summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-09-30 11:26:04 +0200
committerSimon Josefsson <simon@josefsson.org>2010-09-30 11:26:31 +0200
commit6c0734d78707759db537e77b534b2d0e7eb31a1d (patch)
tree141a8d6a39267cae2889c51b4180824b68c5f541
parent4695886dc6e3a31073673555cc1c59a17f3b46d2 (diff)
downloadgnutls-6c0734d78707759db537e77b534b2d0e7eb31a1d.tar.gz
Remove spurious comma.
-rw-r--r--lib/includes/gnutls/gnutls.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in
index 91aa0a4248..c40b2dad7c 100644
--- a/lib/includes/gnutls/gnutls.h.in
+++ b/lib/includes/gnutls/gnutls.h.in
@@ -245,7 +245,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;
@@ -783,7 +783,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;
int gnutls_ext_register (int type,