mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
The only remaining question ... are nested or strictly unnested locks
expected by OpenSSL? Right now I've left it as _DEFAULT for the platform preference. Very simple code really - the server_rec was superfluous. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95497 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -260,7 +260,7 @@ int ssl_init_Module(apr_pool_t *p, apr_pool_t *plog,
|
||||
ssl_init_SSLLibrary(base_server);
|
||||
|
||||
#if APR_HAS_THREADS
|
||||
ssl_util_thread_setup(base_server, p);
|
||||
ssl_util_thread_setup(p);
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user