svn rev #23548: trunk/src/include/krb5/
raeburn@MIT.EDU
raeburn at MIT.EDU
Wed Dec 30 20:32:00 EST 2009
http://src.mit.edu/fisheye/changelog/krb5/?cs=23548
Commit By: raeburn
Log Message:
No comma at end of enumerator list.
Changed Files:
U trunk/src/include/krb5/preauth_plugin.h
Modified: trunk/src/include/krb5/preauth_plugin.h
===================================================================
--- trunk/src/include/krb5/preauth_plugin.h 2009-12-30 23:03:48 UTC (rev 23547)
+++ trunk/src/include/krb5/preauth_plugin.h 2009-12-31 01:32:00 UTC (rev 23548)
@@ -139,7 +139,7 @@
* 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 @@
/* 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
More information about the cvs-krb5
mailing list