diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2003-05-19 17:13:19 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2003-05-19 17:13:19 +0200 |
commit | 1a6f1ae73999655441b5ce8db6cce739be131652 (patch) | |
tree | 5a4b490733610f4baed79722e88bf7751330414a /modules/ssl/config.m4 | |
parent | Drop archiac notes - no special steps required once we test for ENGINE_init() (diff) | |
download | apache2-1a6f1ae73999655441b5ce8db6cce739be131652.tar.xz apache2-1a6f1ae73999655441b5ce8db6cce739be131652.zip |
Drop SSL_set_state() in favor of a proper SSL_renegotiate() to begin
rehandshaking the SSL connection, vis-a-vis ApacheSSL.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99921 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/ssl/config.m4')
-rw-r--r-- | modules/ssl/config.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/ssl/config.m4 b/modules/ssl/config.m4 index 16ea75b283..01d7b0b747 100644 --- a/modules/ssl/config.m4 +++ b/modules/ssl/config.m4 @@ -77,7 +77,6 @@ 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) AC_CHECK_FUNCS(ENGINE_init) ]) |