]> granicus.if.org Git - apache/commitdiff
Added the NetWare SSL module to the prebuilt module list
authorBradley Nicholes <bnicholes@apache.org>
Tue, 13 Nov 2001 17:39:29 +0000 (17:39 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Tue, 13 Nov 2001 17:39:29 +0000 (17:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91905 13f79535-47bb-0310-9956-ffa450edef68

os/netware/modules.c

index 0d71f22226d8eb8fb3c0fde3c32b5e149a5aeada..d677ed38736f73a362147101d0421ec126b330f0 100644 (file)
@@ -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
 };