From: Doug MacEachern Date: Thu, 28 Mar 2002 17:16:41 +0000 (+0000) Subject: already added configure check for SSL_set_cert_store X-Git-Tag: 2.0.34~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=388657af76411b518151b86f9443b03bc8a6439f;p=apache already added configure check for SSL_set_cert_store git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94265 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/mod_ssl.h b/modules/ssl/mod_ssl.h index 665a9a2cd4..2ba6eaf439 100644 --- a/modules/ssl/mod_ssl.h +++ b/modules/ssl/mod_ssl.h @@ -80,11 +80,6 @@ #endif #endif /* SSL_EXPERIMENTAL */ -/* XXX: add configure check */ -#ifndef MODSSL_HAVE_SSL_SET_CERT_STORE -#define MODSSL_HAVE_SSL_SET_CERT_STORE 0 -#endif - /* * Power up our brain... */