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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1e85c693189d99a5d1609ebfdedc85d9cf1f500;p=thirdparty%2Fapache%2Fhttpd.git Remove one more EAPI-based thing we no longer really need. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89016 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/README b/README index 9b675d81a41..8f337076120 100644 --- a/README +++ b/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/ssl_engine_config.c b/ssl_engine_config.c index 1bd455b542f..538c900a0ce 100644 --- a/ssl_engine_config.c +++ b/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 */