Commit 1c437374 authored by Rainer Jung's avatar Rainer Jung
Browse files

Compatibility with OpenSSL 1.1.0 pre6.

Backport of r1755657 from trunk.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-openssl-1.1.0-compat@1755867 13f79535-47bb-0310-9956-ffa450edef68
parent 1fb29146
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -313,11 +313,7 @@ static apr_status_t ssl_cleanup_pre_config(void *data)
    ENGINE_cleanup();
#endif
#if OPENSSL_VERSION_NUMBER >= 0x1000000fL
#if OPENSSL_VERSION_NUMBER < 0x10100000L
    ERR_remove_thread_state(NULL);
#else
    ERR_remove_thread_state();
#endif
#else
    ERR_remove_state(0);
#endif