summaryrefslogtreecommitdiffstats
path: root/src/include/krb5/preauth_plugin.h
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2009-12-31 01:32:00 +0000
committerKen Raeburn <raeburn@mit.edu>2009-12-31 01:32:00 +0000
commitf71d64198fd19960a4158c76d4c84c7ad575c64d (patch)
treec09f11f1232c963172f29ef2e0c9944ebc8b282a /src/include/krb5/preauth_plugin.h
parentbbce1dcb10d13017444fab0db5b9f46a83c2db38 (diff)
downloadkrb5-f71d64198fd19960a4158c76d4c84c7ad575c64d.tar.gz
krb5-f71d64198fd19960a4158c76d4c84c7ad575c64d.tar.xz
krb5-f71d64198fd19960a4158c76d4c84c7ad575c64d.zip
No comma at end of enumerator list
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23548 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5/preauth_plugin.h')
-rw-r--r--src/include/krb5/preauth_plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/krb5/preauth_plugin.h b/src/include/krb5/preauth_plugin.h
index 6271316140..0e7dac2256 100644
--- a/src/include/krb5/preauth_plugin.h
+++ b/src/include/krb5/preauth_plugin.h
@@ -139,7 +139,7 @@ enum krb5plugin_preauth_client_request_type {
* acceptable to set data to NULL and free the keyblock using
* krb5_free_keyblock; in that case, this frees the krb5_data
* only.*/
- krb5plugin_preauth_client_free_fast_armor = 4,
+ krb5plugin_preauth_client_free_fast_armor = 4
};
typedef krb5_error_code
(*preauth_get_client_data_proc)(krb5_context,
@@ -346,7 +346,7 @@ enum krb5plugin_preauth_entry_request_type {
/* Frees a fast armor key; it is acceptable to set data to NULL
and free the keyblock using krb5_free_keyblock; in that case,
this function simply frees the data*/
- krb5plugin_preauth_free_fast_armor = 6,
+ krb5plugin_preauth_free_fast_armor = 6
};
typedef krb5_error_code