aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/gnutls_x509.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-08-29 03:23:14 +0000
committerChristian Grothoff <christian@grothoff.org>2008-08-29 03:23:14 +0000
commit48d5da0ba7a3561cd530e9ee71dafcd8e4416c29 (patch)
tree512d015f132b9e0c2abf43af983be48446d5f7a7 /src/daemon/https/tls/gnutls_x509.h
parent32202485b0e088eb28c21be21dba7fe80d7773ef (diff)
downloadlibmicrohttpd-48d5da0ba7a3561cd530e9ee71dafcd8e4416c29.tar.gz
libmicrohttpd-48d5da0ba7a3561cd530e9ee71dafcd8e4416c29.zip
chapters/
Diffstat (limited to 'src/daemon/https/tls/gnutls_x509.h')
-rw-r--r--src/daemon/https/tls/gnutls_x509.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/daemon/https/tls/gnutls_x509.h b/src/daemon/https/tls/gnutls_x509.h
index d252051a..b0135d95 100644
--- a/src/daemon/https/tls/gnutls_x509.h
+++ b/src/daemon/https/tls/gnutls_x509.h
@@ -29,7 +29,6 @@ int _gnutls_x509_cert_verify_peers (mhd_gtls_session_t session,
29 29
30#define PEM_CERT_SEP2 "-----BEGIN X509 CERTIFICATE" 30#define PEM_CERT_SEP2 "-----BEGIN X509 CERTIFICATE"
31#define PEM_CERT_SEP "-----BEGIN CERTIFICATE" 31#define PEM_CERT_SEP "-----BEGIN CERTIFICATE"
32#define PEM_PKCS7_SEP "-----BEGIN PKCS7"
33 32
34#define PEM_CRL_SEP "-----BEGIN X509 CRL" 33#define PEM_CRL_SEP "-----BEGIN X509 CRL"
35 34