From: Ralf S. Engelschall Date: Sat, 5 May 2001 16:02:33 +0000 (+0000) Subject: Remove one more EAPI-based thing we no longer really need. X-Git-Tag: 2.0.18~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8998af6bdb7a55a070a0081f87815eb7eabaa56;p=apache Remove one more EAPI-based thing we no longer really need. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89016 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/README b/modules/ssl/README index 9b675d81a4..8f33707612 100644 --- a/modules/ssl/README +++ b/modules/ssl/README @@ -144,6 +144,7 @@ o The complete EAPI-based SSL_VENDOR stuff was removed. o The complete EAPI-based SSL_COMPAT stuff was removed. + o The variable MOD_SSL is no longer provided automatically MAJOR CHANGES diff --git a/modules/ssl/ssl_engine_config.c b/modules/ssl/ssl_engine_config.c index 1bd455b542..538c900a0c 100644 --- a/modules/ssl/ssl_engine_config.c +++ b/modules/ssl/ssl_engine_config.c @@ -73,11 +73,6 @@ void ssl_hook_AddModule(module *m) { if (m == &ssl_module) { - /* - * Announce us for the configuration files - */ - ap_add_config_define("MOD_SSL"); - /* * Link ourself into the Apache kernel */