]> 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)
commit2a6cbfa00e05d83629919024cd3eb9887f2bf413
treeebf2ca5a990220b75d231250a3ff3a4df16fb880
parent14a73b2dc3550e669d32b92739f4e68dcc8aa107
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@93636 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_init.c