summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2005-06-03 20:35:27 +0000
committerPaul Querna <pquerna@apache.org>2005-06-03 20:35:27 +0000
commitb4369f78a12fed53e72772e2710cce7eaf075117 (patch)
treee9a42ea84980571a48528964e9e737767e836b90
parent85015ced149243370dd2cf97be077a129c643faf (diff)
downloadhttpd-b4369f78a12fed53e72772e2710cce7eaf075117.tar.gz
* server/main.c: Remove the suck_in_apr_password_validate() hack. apr_password_validate is part of the public APR interface and this hack should not be needed on any platform.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179879 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--server/main.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/server/main.c b/server/main.c
index 2fd47ce98a..732b10097b 100644
--- a/server/main.c
+++ b/server/main.c
@@ -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