mirror of
https://github.com/apache/httpd.git
synced 2025-08-01 07:26:57 +03:00
Axe most WIN32 stuff from Apache 1.3. In Apache 2.0 we either use APR
later for this or we don't do it at all. But we certainly no longer want to see any platform specific things inside a module. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89018 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -127,11 +127,6 @@ void ssl_init_Module(server_rec *s, pool *p)
|
||||
SERVER_BASEVERSION,
|
||||
ssl_var_lookup(p, NULL, NULL, NULL, "SSL_VERSION_INTERFACE"),
|
||||
ssl_var_lookup(p, NULL, NULL, NULL, "SSL_VERSION_LIBRARY"));
|
||||
#ifdef WIN32
|
||||
ssl_log(s, SSL_LOG_WARN, "You are using mod_ssl under Win32. "
|
||||
"This combination is *NOT* officially supported. "
|
||||
"Use it at your own risk!");
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
@ -194,9 +189,7 @@ void ssl_init_Module(server_rec *s, pool *p)
|
||||
if (mc->nInitCount == 1) {
|
||||
ssl_pphrase_Handle(s, p);
|
||||
ssl_init_TmpKeysHandle(SSL_TKP_GEN, s, p);
|
||||
#ifndef WIN32
|
||||
return;
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user