mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
tune from rocky horror picture show: Doing the handshake...again
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729581 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1024,8 +1024,8 @@ int ssl_hook_Access(request_rec *r)
|
||||
SSL_set_state(ssl, SSL_ST_ACCEPT);
|
||||
#else
|
||||
ssl->state = SSL_ST_ACCEPT;
|
||||
SSL_do_handshake(ssl);
|
||||
#endif
|
||||
SSL_do_handshake(ssl);
|
||||
|
||||
#else /* if OPENSSL_VERSION_NUMBER < 0x10100000L */
|
||||
|
||||
|
Reference in New Issue
Block a user