summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-09-30 11:25:31 +0200
committerSimon Josefsson <simon@josefsson.org>2010-09-30 11:26:25 +0200
commit4695886dc6e3a31073673555cc1c59a17f3b46d2 (patch)
tree27d23e070f3d885a6b5ef7522109465cb75328cc
parent8e397ada24fd86eaa3db868de45d28ad70fc9a34 (diff)
downloadgnutls-4695886dc6e3a31073673555cc1c59a17f3b46d2.tar.gz
Remove spurious comma.
-rw-r--r--lib/includes/gnutls/x509.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/includes/gnutls/x509.h b/lib/includes/gnutls/x509.h
index 9a338b1609..fc2381f81f 100644
--- a/lib/includes/gnutls/x509.h
+++ b/lib/includes/gnutls/x509.h
@@ -537,7 +537,7 @@ extern "C"
GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD2 = 16,
GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD5 = 32,
GNUTLS_VERIFY_DISABLE_TIME_CHECKS = 64,
- GNUTLS_VERIFY_DISABLE_TRUSTED_TIME_CHECKS = 128,
+ GNUTLS_VERIFY_DISABLE_TRUSTED_TIME_CHECKS = 128
} gnutls_certificate_verify_flags;
int gnutls_x509_crt_check_issuer (gnutls_x509_crt_t cert,
@@ -612,7 +612,7 @@ extern "C"
GNUTLS_PKCS_USE_PBES2_3DES = 16,
GNUTLS_PKCS_USE_PBES2_AES_128 = 32,
GNUTLS_PKCS_USE_PBES2_AES_192 = 64,
- GNUTLS_PKCS_USE_PBES2_AES_256 = 128,
+ GNUTLS_PKCS_USE_PBES2_AES_256 = 128
} gnutls_pkcs_encrypt_flags_t;
int gnutls_x509_privkey_init (gnutls_x509_privkey_t * key);