]> granicus.if.org Git - apache/commitdiff
Include apr_md5.h rather than the deprecated ap_md5.h. Fixes compile break.
authorBill Stoddard <stoddard@apache.org>
Mon, 24 Apr 2000 14:14:02 +0000 (14:14 +0000)
committerBill Stoddard <stoddard@apache.org>
Mon, 24 Apr 2000 14:14:02 +0000 (14:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85026 13f79535-47bb-0310-9956-ffa450edef68

support/htpasswd.c

index 1172a2b2e426325b9d84f1ef2630a7efaddeb304..455191615b2cb0a09bea64af45b3ef2d7d0b1d72 100644 (file)
@@ -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