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:25:31 +0200
commit5695bcc6d1e855940d9f7251e091a971131377b3 (patch)
tree948b2957d64ea3b2649a534c499addac107f955f
parentf74988014a55a5aae2af34e4180cb899c81e0fba (diff)
downloadgnutls-5695bcc6d1e855940d9f7251e091a971131377b3.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 0aaa04db0e..11f8ec9ba8 100644
--- a/lib/includes/gnutls/x509.h
+++ b/lib/includes/gnutls/x509.h
@@ -545,7 +545,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,
@@ -620,7 +620,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);