From e0a4b6c929909d353a09344996bb3352f8d4c18a Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sun, 3 Jun 2001 11:15:30 +0000 Subject: Lurking out-of-date type. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61691 13f79535-47bb-0310-9956-ffa450edef68 --- passwd/apr_md5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'passwd') diff --git a/passwd/apr_md5.c b/passwd/apr_md5.c index b75626a96..d507dfd1a 100644 --- a/passwd/apr_md5.c +++ b/passwd/apr_md5.c @@ -346,7 +346,7 @@ APR_DECLARE(apr_status_t) apr_md5_final(unsigned char digest[MD5_DIGESTSIZE], } /* MD5 basic transformation. Transforms state based on block. */ -static void MD5Transform(UINT4 state[4], const unsigned char block[64]) +static void MD5Transform(apr_uint32_t state[4], const unsigned char block[64]) { apr_uint32_t a = state[0], b = state[1], c = state[2], d = state[3], x[MD5_DIGESTSIZE]; -- cgit v1.2.1