1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

add configure checks for ssl functions:

-SSL_set_state: macro in OpenSSL, might be a function in a patched sslc
-SSL_set_cert_store: patch submitted to OpenSSL, might be applied to
OpenSSL or sslc


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94223 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Doug MacEachern
2002-03-27 17:02:56 +00:00
parent 469412fd86
commit aeb7f9eb0b
4 changed files with 11 additions and 4 deletions

View File

@@ -578,7 +578,7 @@ int ssl_hook_Access(request_rec *r)
* used SSL_CTX_set_cert_store which is not thread safe.
*/
#if MODSSL_HAVE_SSL_SET_CERT_STORE
#ifdef HAVE_SSL_SET_CERT_STORE
/*
* check if per-dir and per-server config field are not the same.
* if f is defined in per-dir and not defined in per-server
@@ -629,7 +629,7 @@ int ssl_hook_Access(request_rec *r)
"Changed client verification locations "
"will force renegotiation");
}
#endif /* MODSSL_HAVE_SSL_SET_CERT_STORE */
#endif /* HAVE_SSL_SET_CERT_STORE */
/*
* SSL renegotiations in conjunction with HTTP