1
0
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:
William A. Rowe Jr
2002-06-04 02:19:33 +00:00
parent 29da3f8ae0
commit 4a621ec661
3 changed files with 20 additions and 44 deletions

View File

@@ -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
/*