mirror of
https://github.com/apache/httpd.git
synced 2025-07-30 20:03:10 +03:00
Gets us compiling again on FreeBSD. Adds conditional compilation around
thread mutex routines for when we don't have APR_HAS_THREADS. Submitted by: Justin Erenkrantz Reviewed by: Aaron Bannert git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92061 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -185,7 +185,9 @@ void ssl_init_Module(apr_pool_t *p, apr_pool_t *plog,
|
||||
ssl_init_SSLLibrary();
|
||||
}
|
||||
#endif
|
||||
#if APR_HAS_THREADS
|
||||
ssl_util_thread_setup(s, p);
|
||||
#endif
|
||||
if (mc->nInitCount == 1) {
|
||||
ssl_pphrase_Handle(s, p);
|
||||
ssl_init_TmpKeysHandle(SSL_TKP_GEN, s, p);
|
||||
|
Reference in New Issue
Block a user