]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
tune from rocky horror picture show: Doing the handshake...again
authorStefan Eissing <icing@apache.org>
Wed, 10 Feb 2016 11:04:03 +0000 (11:04 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 10 Feb 2016 11:04:03 +0000 (11:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729581 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_kernel.c

index 31dcb27e204de1a59fbfe348a6f7f42220933e5f..f1550a7814a183896d30450f76ba67a9d9828e68 100644 (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 */