Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 94154 invoked by uid 500); 27 May 2003 17:02:46 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 94083 invoked by uid 500); 27 May 2003 17:02:45 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 27 May 2003 17:02:44 -0000 Message-ID: <20030527170244.10387.qmail@icarus.apache.org> From: wrowe@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 acinclude.m4 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N wrowe 2003/05/27 10:02:44 Modified: . acinclude.m4 Log: Any library could benefit from SSL_set_cert_store(), if the library sources have been patched. Revision Changes Path 1.141 +1 -1 httpd-2.0/acinclude.m4 Index: acinclude.m4 =================================================================== RCS file: /home/cvs/httpd-2.0/acinclude.m4,v retrieving revision 1.140 retrieving revision 1.141 diff -u -r1.140 -r1.141 --- acinclude.m4 27 May 2003 16:53:54 -0000 1.140 +++ acinclude.m4 27 May 2003 17:02:44 -0000 1.141 @@ -400,9 +400,9 @@ else AC_CHECK_LIB(sslc, SSLC_library_version, [], [liberrors="yes"]) AC_CHECK_LIB(sslc, SSL_CTX_new, [], [liberrors="yes"]) - AC_CHECK_FUNCS(SSL_set_cert_store) AC_CHECK_FUNCS(SSL_set_state) fi + AC_CHECK_FUNCS(SSL_set_cert_store) if test "x$liberrors" != "x"; then AC_MSG_ERROR([... Error, SSL/TLS libraries were missing or unusable]) fi