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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=388657af76411b518151b86f9443b03bc8a6439f;p=thirdparty%2Fapache%2Fhttpd.git 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 665a9a2cd40..2ba6eaf439d 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... */