Commit f825f140 authored by Rainer Jung's avatar Rainer Jung
Browse files

tune from rocky horror picture show: Doing the handshake...again

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
parent 54642a4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */