]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Remove spurious comma.
authorSimon Josefsson <simon@josefsson.org>
Thu, 30 Sep 2010 09:26:04 +0000 (11:26 +0200)
committerSimon Josefsson <simon@josefsson.org>
Thu, 30 Sep 2010 09:26:04 +0000 (11:26 +0200)
lib/includes/gnutls/gnutls.h.in

index 174bfe41f1148f6fa3083e4c8d5a24bd743b5551..58053f5abd7a1ae57680f860d625db8ed6d9b01f 100644 (file)
@@ -244,7 +244,7 @@ extern "C"
     GNUTLS_DIG_SHA256 = GNUTLS_MAC_SHA256,
     GNUTLS_DIG_SHA384 = GNUTLS_MAC_SHA384,
     GNUTLS_DIG_SHA512 = GNUTLS_MAC_SHA512,
-    GNUTLS_DIG_SHA224 = GNUTLS_MAC_SHA224,
+    GNUTLS_DIG_SHA224 = GNUTLS_MAC_SHA224
     /* If you add anything here, make sure you align with
        gnutls_mac_algorithm_t. */
   } gnutls_digest_algorithm_t;
@@ -816,7 +816,7 @@ extern "C"
     GNUTLS_EXT_APPLICATION = 1,
     GNUTLS_EXT_TLS = 2,
     GNUTLS_EXT_MANDATORY = 3,
-    GNUTLS_EXT_NONE = 4,
+    GNUTLS_EXT_NONE = 4
   } gnutls_ext_parse_type_t;