No comma at end of enumerator list
authorKen Raeburn <raeburn@mit.edu>
Thu, 31 Dec 2009 01:32:00 +0000 (01:32 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 31 Dec 2009 01:32:00 +0000 (01:32 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23548 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/preauth_plugin.h

index 62713161402ec9a70a49ba28b0124a47373abec9..0e7dac225666f5069dc504c1b36f28602eb314ac 100644 (file)
@@ -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