1
0
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:
Stefan Eissing
2016-02-10 11:04:03 +00:00
parent 5f17c65e3d
commit 4019a9f3d2

View File

@@ -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 */