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:04 +0200
commit2c121764ce8684ac468b82519bd6a2fc02acc217 (patch)
treebb3b993bcafe563c73c8add6e84d26c4c35a7adc
parent5695bcc6d1e855940d9f7251e091a971131377b3 (diff)
downloadgnutls-2c121764ce8684ac468b82519bd6a2fc02acc217.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 174bfe41f1..58053f5abd 100644
--- a/lib/includes/gnutls/gnutls.h.in
+++ b/lib/includes/gnutls/gnutls.h.in
@@ -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;