From: Bradley Nicholes Date: Tue, 13 Nov 2001 17:39:29 +0000 (+0000) Subject: Added the NetWare SSL module to the prebuilt module list X-Git-Tag: 2.0.29~151 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e304dcda410d1d988d8dd84de07f0fef0a64f829;p=thirdparty%2Fapache%2Fhttpd.git Added the NetWare SSL module to the prebuilt module list git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91905 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/netware/modules.c b/os/netware/modules.c index 0d71f22226d..d677ed38736 100644 --- a/os/netware/modules.c +++ b/os/netware/modules.c @@ -27,6 +27,7 @@ extern module asis_module; extern module imap_module; extern module actions_module; extern module setenvif_module; +extern module nwssl_module; module *ap_prelinked_modules[] = { &core_module, @@ -49,6 +50,7 @@ module *ap_prelinked_modules[] = { &imap_module, &actions_module, &setenvif_module, + &nwssl_module, NULL }; @@ -73,5 +75,6 @@ module *ap_preloaded_modules[] = { &imap_module, &actions_module, &setenvif_module, + &nwssl_module, NULL };