From 5946a0196a019b1f1cf8696e828d411e459e4dbd Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Wed, 17 Jul 2002 07:14:59 +0000 Subject: [PATCH] Last missing symbols that I can find. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96093 13f79535-47bb-0310-9956-ffa450edef68 --- modules/aaa/mod_auth.c | 2 +- modules/aaa/mod_auth_dbm.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/aaa/mod_auth.c b/modules/aaa/mod_auth.c index 51f94150d7..ed349bd22b 100644 --- a/modules/aaa/mod_auth.c +++ b/modules/aaa/mod_auth.c @@ -71,7 +71,7 @@ */ #include "apr_strings.h" -#include "apr_lib.h" /* for apr_password_validate */ +#include "apr_md5.h" /* for apr_password_validate */ #include "ap_config.h" #include "httpd.h" diff --git a/modules/aaa/mod_auth_dbm.c b/modules/aaa/mod_auth_dbm.c index 2a5a786a11..c14e5fab47 100644 --- a/modules/aaa/mod_auth_dbm.c +++ b/modules/aaa/mod_auth_dbm.c @@ -70,12 +70,11 @@ * no control is passed along. */ -#include "apr_lib.h" - #define APR_WANT_STRFUNC #include "apr_want.h" #include "apr_strings.h" #include "apr_dbm.h" +#include "apr_md5.h" /* for apr_password_validate */ #include "httpd.h" #include "http_config.h" -- 2.40.0