$NetBSD: patch-ac,v 1.1 2000/12/10 09:43:37 jlam Exp $ --- include/hmac-md5.h.orig Mon Nov 16 15:06:38 1998 +++ include/hmac-md5.h @@ -15,8 +15,8 @@ * values stored in network byte order (Big Endian) */ typedef struct HMAC_MD5_STATE_s { - UINT4 istate[4]; - UINT4 ostate[4]; + u_int32_t istate[4]; + u_int32_t ostate[4]; } HMAC_MD5_STATE; /* One step hmac computation