]> 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)
commitfb9c4b137c8a6bb7705a3124bc4998c4aa2d1435
tree6a90b99ee415b81e2a5475df018624ca0f57f12d
parent36d94fc0997c1307870207f7b4797a34c8874977
  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@100104 13f79535-47bb-0310-9956-ffa450edef68
acinclude.m4
modules/ssl/ssl_engine_config.c
modules/ssl/ssl_engine_init.c
modules/ssl/ssl_toolkit_compat.h