diff options
author | Bill Stoddard <stoddard@apache.org> | 2000-04-24 14:14:02 +0000 |
---|---|---|
committer | Bill Stoddard <stoddard@apache.org> | 2000-04-24 14:14:02 +0000 |
commit | befe0a03f6a7cbe0544457620d4ba9d05cb8c17d (patch) | |
tree | 4dff3ac36b45549d72a3097a36d157a67ee8fdc6 | |
parent | b97ec4c63a6f54c5fde6bb94e04a38149bd6c515 (diff) | |
download | httpd-befe0a03f6a7cbe0544457620d4ba9d05cb8c17d.tar.gz |
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
-rw-r--r-- | support/htpasswd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <signal.h> #include <errno.h> #include "ap.h" -#include "ap_md5.h" +#include "apr_md5.h" #include "ap_sha1.h" #ifdef WIN32 |