aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/gnutls_x509.h
diff options
context:
space:
mode:
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