mirror of
https://github.com/apache/httpd.git
synced 2025-08-01 07:26:57 +03:00
Port ssl_util.c stuff to APR.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89031 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -270,12 +270,10 @@ void ssl_init_Module(server_rec *s, pool *p)
|
||||
*/
|
||||
void ssl_init_SSLLibrary(void)
|
||||
{
|
||||
#ifdef WIN32
|
||||
CRYPTO_malloc_init();
|
||||
#endif
|
||||
SSL_load_error_strings();
|
||||
SSL_library_init();
|
||||
ssl_util_thread_setup();
|
||||
/* XXX CRYPTO_set_locking_callback(); */
|
||||
X509V3_add_standard_extensions();
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user