diff options
Diffstat (limited to 'src/daemon/https/tls/gnutls_cert.c')
-rw-r--r-- | src/daemon/https/tls/gnutls_cert.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/daemon/https/tls/gnutls_cert.c b/src/daemon/https/tls/gnutls_cert.c index 52be5fb5..201557b3 100644 --- a/src/daemon/https/tls/gnutls_cert.c +++ b/src/daemon/https/tls/gnutls_cert.c | |||
@@ -186,10 +186,6 @@ MHD__gnutls_certificate_free_credentials (MHD_gtls_cert_credentials_t sc) | |||
186 | MHD__gnutls_certificate_free_keys (sc); | 186 | MHD__gnutls_certificate_free_keys (sc); |
187 | MHD__gnutls_certificate_free_cas (sc); | 187 | MHD__gnutls_certificate_free_cas (sc); |
188 | MHD__gnutls_certificate_free_ca_names (sc); | 188 | MHD__gnutls_certificate_free_ca_names (sc); |
189 | #ifdef ENABLE_PKI | ||
190 | MHD__gnutls_certificate_free_crls (sc); | ||
191 | #endif | ||
192 | |||
193 | #ifdef KEYRING_HACK | 189 | #ifdef KEYRING_HACK |
194 | MHD__gnutls_free_datum (&sc->keyring); | 190 | MHD__gnutls_free_datum (&sc->keyring); |
195 | #endif | 191 | #endif |