]> granicus.if.org Git - apache/commitdiff
Remove one more EAPI-based thing we no longer really need.
authorRalf S. Engelschall <rse@apache.org>
Sat, 5 May 2001 16:02:33 +0000 (16:02 +0000)
committerRalf S. Engelschall <rse@apache.org>
Sat, 5 May 2001 16:02:33 +0000 (16:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89016 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/README
modules/ssl/ssl_engine_config.c

index 9b675d81a41d6dd40f8a9e84151a7050b5104c15..8f337076120c699a1076ea49e1af490b7bc8cf42 100644 (file)
 
  o The complete EAPI-based SSL_VENDOR stuff was removed.
  o The complete EAPI-based SSL_COMPAT stuff was removed.
+ o The <IfDefine> variable MOD_SSL is no longer provided automatically 
 
  MAJOR CHANGES 
 
index 1bd455b542fc7b4bc0aa227d5445590a62e8d03a..538c900a0ceec86050582708b058da6243b808cd 100644 (file)
 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
          */