diff options
Diffstat (limited to 'support/htdigest.c')
-rw-r--r-- | support/htdigest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/htdigest.c b/support/htdigest.c index 195e241304..0699b97a73 100644 --- a/support/htdigest.c +++ b/support/htdigest.c @@ -186,7 +186,7 @@ static void add_password(char *user, char *realm, apr_file_t *f) apr_MD5Init(&context); #ifdef CHARSET_EBCDIC - ap_MD5SetXlate(&context, to_ascii); + apr_MD5SetXlate(&context, to_ascii); #endif apr_MD5Update(&context, (unsigned char *) string, strlen(string)); apr_MD5Final(digest, &context); |