From 98d291423ff581786a369ce373c861f94c654aa0 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 1 Jun 2004 08:30:34 +0000 Subject: r961: convert 'uchar' to 'uint8_t' metze (This used to be commit 9f914e4af99e18b469d4cf9d8b1514a2bd28ddec) --- source4/include/hmacmd5.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/include/hmacmd5.h') diff --git a/source4/include/hmacmd5.h b/source4/include/hmacmd5.h index 6b53a6fd07..aea4da30f8 100644 --- a/source4/include/hmacmd5.h +++ b/source4/include/hmacmd5.h @@ -24,8 +24,8 @@ typedef struct { struct MD5Context ctx; - uchar k_ipad[65]; - uchar k_opad[65]; + uint8_t k_ipad[65]; + uint8_t k_opad[65]; } HMACMD5Context; -- cgit