1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

Support for OpenSSL 1.1.0:

- Followup to r1735875:
    ssl_util_thread_setup() is gone.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1735925 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rainer Jung
2016-03-21 08:47:15 +00:00
parent 985d9885d7
commit 8bcf9ed952
2 changed files with 4 additions and 0 deletions

View File

@@ -231,9 +231,11 @@ apr_status_t ssl_init_Module(apr_pool_t *p, apr_pool_t *plog,
#endif
}
#if OPENSSL_VERSION_NUMBER < 0x10100000L
#if APR_HAS_THREADS
ssl_util_thread_setup(p);
#endif
#endif /* #if OPENSSL_VERSION_NUMBER < 0x10100000L */
/*
* SSL external crypto device ("engine") support