From: Bill Stoddard Date: Mon, 24 Apr 2000 14:14:02 +0000 (+0000) Subject: Include apr_md5.h rather than the deprecated ap_md5.h. Fixes compile break. X-Git-Tag: APACHE_2_0_ALPHA_3~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=befe0a03f6a7cbe0544457620d4ba9d05cb8c17d;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/support/htpasswd.c b/support/htpasswd.c index 1172a2b2e42..455191615b2 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