]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
fix for last change that removed ssl_util_getmodconfig():
authorDoug MacEachern <dougm@apache.org>
Thu, 29 Nov 2001 06:15:01 +0000 (06:15 +0000)
committerDoug MacEachern <dougm@apache.org>
Thu, 29 Nov 2001 06:15:01 +0000 (06:15 +0000)
commit6e3067d5710c8e13df0c14b22f6274d7051e1da1
treeecc4db8662cc4470b9e0c158b43978ed5c737cfa
parent77a962b37592785513878f7e69cad44d2aeda162
fix for last change that removed ssl_util_getmodconfig():
go back to using s->process->pool userdata, but just to store the
global module config during startup so we only create _one_ SSLModConfigRec.
(didn't realize this function was called in both ssl_init_Module and
ssl_config_server_create)
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@92235 13f79535-47bb-0310-9956-ffa450edef68
mod_ssl.h
ssl_engine_config.c