mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Roll away the SSL_EXPERIMENTAL_ENGINE test in favor of testing for the
ENGINE_init() function in config.m4, and rely on HAVE_ENGINE_INIT instead. Reviewed by: Ben Laurie (concept) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99919 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -116,7 +116,7 @@ static const command_rec ssl_config_cmds[] = {
|
||||
SSL_CMD_SRV(SessionCache, TAKE1,
|
||||
"SSL Session Cache storage "
|
||||
"(`none', `dbm:/path/to/file')")
|
||||
#ifdef SSL_EXPERIMENTAL_ENGINE
|
||||
#ifdef HAVE_ENGINE_INIT
|
||||
SSL_CMD_SRV(CryptoDevice, TAKE1,
|
||||
"SSL external Crypto Device usage "
|
||||
"(`builtin', `...')")
|
||||
|
Reference in New Issue
Block a user