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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82ed99d6dbe71d1a4202c592de414e811f640881;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... */