aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/gnutls_x509.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-10-12 22:05:17 +0000
committerChristian Grothoff <christian@grothoff.org>2008-10-12 22:05:17 +0000
commitf7947e0ad9a7cc4c770b149699f2ef096278c062 (patch)
treefa0a3c2ea850119f7ecf6b11c0caada4b959bcee /src/daemon/https/tls/gnutls_x509.c
parentfd769761a5236eeead5f7895aa5209b1ffad7028 (diff)
downloadlibmicrohttpd-f7947e0ad9a7cc4c770b149699f2ef096278c062.tar.gz
libmicrohttpd-f7947e0ad9a7cc4c770b149699f2ef096278c062.zip
more dead code
Diffstat (limited to 'src/daemon/https/tls/gnutls_x509.c')
-rw-r--r--src/daemon/https/tls/gnutls_x509.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/daemon/https/tls/gnutls_x509.c b/src/daemon/https/tls/gnutls_x509.c
index 811f5dbe..183f12ba 100644
--- a/src/daemon/https/tls/gnutls_x509.c
+++ b/src/daemon/https/tls/gnutls_x509.c
@@ -1159,8 +1159,6 @@ MHD__gnutls_certificate_set_x509_crl_mem (MHD_gtls_cert_credentials_t
1159 return ret; 1159 return ret;
1160} 1160}
1161 1161
1162#include <pkcs12.h>
1163
1164/** 1162/**
1165 * MHD__gnutls_certificate_free_crls - Used to free all the CRLs from a MHD_gtls_cert_credentials_t structure 1163 * MHD__gnutls_certificate_free_crls - Used to free all the CRLs from a MHD_gtls_cert_credentials_t structure
1166 * @sc: is an #MHD_gtls_cert_credentials_t structure. 1164 * @sc: is an #MHD_gtls_cert_credentials_t structure.