]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Reaction to Jeff Trawick's observations that we are double-initializing
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 17 Jun 2003 17:44:40 +0000 (17:44 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 17 Jun 2003 17:44:40 +0000 (17:44 +0000)
commit2f2b00bf8c4e510c06df85b37377f02a43852887
tree72762a40d9cc10633b5fc31b91de38dc76a1e3e5
parent741040248b94aafc5de852aa427dc9fec3db7ebd
  Reaction to Jeff Trawick's observations that we are double-initializing
  dynalinked OpenSSL Engines and Configs.  Move the library teardown code
  so that it is torn down in the proper order, corresponding to when the
  library itself was initialized.  And leave a little reminder that some
  memory diagnostics would be good if OpenSSL is built for malloc debugging.

Suggested by: Geoff Thorpe

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