From befe0a03f6a7cbe0544457620d4ba9d05cb8c17d Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Mon, 24 Apr 2000 14:14:02 +0000 Subject: [PATCH] Include apr_md5.h rather than the deprecated ap_md5.h. Fixes compile break. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85026 13f79535-47bb-0310-9956-ffa450edef68 --- support/htpasswd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/htpasswd.c b/support/htpasswd.c index 1172a2b2e4..455191615b 100644 --- a/support/htpasswd.c +++ b/support/htpasswd.c @@ -85,7 +85,7 @@ #include #include #include "ap.h" -#include "ap_md5.h" +#include "apr_md5.h" #include "ap_sha1.h" #ifdef WIN32 -- 2.50.1