]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
tune from rocky horror picture show: Doing the handshake...again
authorRainer Jung <rjung@apache.org>
Wed, 10 Aug 2016 20:03:38 +0000 (20:03 +0000)
committerRainer Jung <rjung@apache.org>
Wed, 10 Aug 2016 20:03:38 +0000 (20:03 +0000)
Backport of r1729581 from trunk.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-openssl-1.1.0-compat@1755827 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_kernel.c

index ef5f77740b9207fe9d9a37562e03a01f7278dec6..3d53f5e4664f710d9d606e0a286690b65cc26984 100644 (file)
@@ -1025,8 +1025,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 */