--- htpasswd.bak	Mon Sep 09 21:00:50 2002
+++ htpasswd.c	Tue Sep 10 15:18:21 2002
@@ -215,7 +215,7 @@
         int i;
 
         /* Take the MD5 hash of the string argument.  */
-        apr_md5(hash, pw, strlen(pw));
+        apr_md5(hash, (const unsigned char *) pw, strlen(pw));
 
         for (i = 0, r = cpw; i < MD5_DIGESTSIZE; i++) {
             *r++ = hex[hash[i] >> 4];
