]> granicus.if.org Git - apache/commitdiff
Compatibility with OpenSSL 1.1.0 pre6.
authorRainer Jung <rjung@apache.org>
Tue, 9 Aug 2016 23:09:46 +0000 (23:09 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 9 Aug 2016 23:09:46 +0000 (23:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1755657 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/mod_ssl.c

index 46db8637567f9b072d8617e950feb2eeb9384db9..4c3746f4780c0224c7aa86875593c6e1176c0bea 100644 (file)
@@ -324,11 +324,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