]> granicus.if.org Git - apache/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)
commit2cd3334d76055c4c8a9490506b984ea81ba72143
treeebf2ca5a990220b75d231250a3ff3a4df16fb880
parent7984837e038d0e6df6332441dc2a2f5d79401aad
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