From 4019a9f3d2ccb7f4ba2dcc5f63b4b55f8767aa30 Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Wed, 10 Feb 2016 11:04:03 +0000 Subject: [PATCH] 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 --- modules/ssl/ssl_engine_kernel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ssl/ssl_engine_kernel.c b/modules/ssl/ssl_engine_kernel.c index 31dcb27e20..f1550a7814 100644 --- a/modules/ssl/ssl_engine_kernel.c +++ b/modules/ssl/ssl_engine_kernel.c @@ -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 */