]> granicus.if.org Git - apache/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)
commit1e0682040de4fe18a053451b16e8c70ceb72180f
tree197004dcd7487c7921e852cfaf6dd299d44351b3
parente8292fc3f3715754108826f1f97c237bf87393e0
  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@100288 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/mod_ssl.c
modules/ssl/ssl_engine_init.c