From: William A. Rowe Jr Date: Mon, 19 May 2003 14:43:20 +0000 (+0000) Subject: First point out that we lost HAVE_SSL_SET_STATE and HAVE_SSL_SET_CERT_STORE X-Git-Tag: pre_ajp_proxy~1665 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aab043443e229b47b970db2fb9d338155164e489;p=thirdparty%2Fapache%2Fhttpd.git First point out that we lost HAVE_SSL_SET_STATE and HAVE_SSL_SET_CERT_STORE autoconf discovery. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99918 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/config.m4 b/modules/ssl/config.m4 index a14254395a9..e56c48dc5ca 100644 --- a/modules/ssl/config.m4 +++ b/modules/ssl/config.m4 @@ -77,6 +77,8 @@ ssl_util_table.lo dnl dnl # hook module into the Autoconf mechanism (--enable-ssl option) APACHE_MODULE(ssl, [SSL/TLS support (mod_ssl)], $ssl_objs, , no, [ APACHE_CHECK_SSL_TOOLKIT + AC_CHECK_FUNCS(SSL_set_state) + AC_CHECK_FUNCS(SSL_set_cert_store) ]) dnl # end of module specific part