]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
remove #ifdef SHARED_MODULE around ssl library cleanup calls.
authorDoug MacEachern <dougm@apache.org>
Thu, 28 Feb 2002 05:28:43 +0000 (05:28 +0000)
committerDoug MacEachern <dougm@apache.org>
Thu, 28 Feb 2002 05:28:43 +0000 (05:28 +0000)
commit1e751ebc637ed9c680be07b002101c4cd45f2668
treef4ab579c0384a296720c34130665aaa8ed5357c9
parentc42d2544ed46c701d6c5bd0272b9e76c302f71c7
remove #ifdef SHARED_MODULE around ssl library cleanup calls.
SHARED_MODULE is no longer defined, so we were leaking.
plus we always do a full startup/teardown regardless of being a dso or
static.

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