]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Based on list discussion between myself and Geoff, it seems prudent
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 30 May 2003 18:41:53 +0000 (18:41 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 30 May 2003 18:41:53 +0000 (18:41 +0000)
commit5b98c3f440d778a84313a9013eb6d014d45f92f5
treecca09fc81d900b5203e19e4c977f8134350faab0
parentf18be35a603b761471bd4489e50ebee3759ec5e4
  Based on list discussion between myself and Geoff, it seems prudent
  to check for both the existence of the openssl/engine.h header file
  and some 'expected function' such as ENGINE_init() (better suggestions
  are welcome.)  Also clear up some confusion; so long as we have
  ENGINE_load_builtin_engines() we should attempt to preload those.

  This patch protects all ENGINE-based code within the tests for the
  engine header and function, and changes a version test into a
  function test.

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