]> granicus.if.org Git - apache/commitdiff
* server/main.c: Remove the suck_in_apr_password_validate() hack. apr_password_valid...
authorPaul Querna <pquerna@apache.org>
Fri, 3 Jun 2005 20:35:27 +0000 (20:35 +0000)
committerPaul Querna <pquerna@apache.org>
Fri, 3 Jun 2005 20:35:27 +0000 (20:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179879 13f79535-47bb-0310-9956-ffa450edef68

server/main.c

index 2fd47ce98a8653cb1c127b6b7bff8827654846b3..732b10097b61016b1abaeb2a6054404ceaebc883 100644 (file)
@@ -713,18 +713,6 @@ int main(int argc, const char * const argv[])
     return 0; /* Termination 'ok' */
 }
 
-#ifndef SHARED_CORE_BOOTSTRAP
-/*
- * Force apr_password_validate() into the image so that modules like
- * mod_auth can use it even if they're dynamically loaded.
- */
-void suck_in_apr_password_validate(void);
-void suck_in_apr_password_validate(void)
-{
-    apr_password_validate("a", "b");
-}
-#endif
-
 #ifdef AP_USING_AUTOCONF
 /* This ugly little hack pulls any function referenced in exports.c into
  * the web server.  exports.c is generated during the build, and it