]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Any library could benefit from SSL_set_cert_store(), if the library
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 27 May 2003 17:02:44 +0000 (17:02 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 27 May 2003 17:02:44 +0000 (17:02 +0000)
  sources have been patched.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100039 13f79535-47bb-0310-9956-ffa450edef68

acinclude.m4

index 953de7b292eec9891e3464651f8e35469549456c..d88660571cea7f486da787ad5f23cc3ac30a0719 100644 (file)
@@ -400,9 +400,9 @@ if test "x$ap_ssltk_configured" = "x"; then
   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