From: Stefan Eissing Date: Wed, 10 Feb 2016 11:04:03 +0000 (+0000) Subject: tune from rocky horror picture show: Doing the handshake...again X-Git-Tag: 2.5.0-alpha~2152 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4019a9f3d2ccb7f4ba2dcc5f63b4b55f8767aa30;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/modules/ssl/ssl_engine_kernel.c b/modules/ssl/ssl_engine_kernel.c index 31dcb27e204..f1550a7814a 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 */