summaryrefslogtreecommitdiff
path: root/passwd/apr_md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'passwd/apr_md5.c')
-rw-r--r--passwd/apr_md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/passwd/apr_md5.c b/passwd/apr_md5.c
index 58d1119ee..958400dbc 100644
--- a/passwd/apr_md5.c
+++ b/passwd/apr_md5.c
@@ -520,7 +520,7 @@ static void to64(char *s, unsigned long v, int n)
}
APR_DECLARE(apr_status_t) apr_md5_encode(const char *pw, const char *salt,
- char *result, size_t nbytes)
+ char *result, apr_size_t nbytes)
{
/*
* Minimum size is 8 bytes for salt, plus 1 for the trailing NUL,