]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
After introducing tests in the cmds, we lose the absolute authority
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 13 Jan 2003 17:10:42 +0000 (17:10 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 13 Jan 2003 17:10:42 +0000 (17:10 +0000)
commit730b2fcf013f0612f32006092bb0c72e39e714cd
tree1b8755e8610f1910857807f29a3221f5d51c011c
parentac7b439bf9e8799d9059f427862359a6e225028e
  After introducing tests in the cmds, we lose the absolute authority
  of the CRYPTO_malloc_init() which must happen the moment we load the
  module and prior to *any* ssl library fn invocation.

  Moved the CRYPTO_malloc_init() into the ssl_register_hooks() function,
  the absolute first call made into any loaded module.

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