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:
@@ -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
|
||||
|
Reference in New Issue
Block a user