Mercurial > hg > xemacs-beta
diff src/md5.c @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | 56c54cf7c5b6 |
children | 7d55a9ba150c |
line wrap: on
line diff
--- a/src/md5.c Mon Aug 13 09:00:04 2007 +0200 +++ b/src/md5.c Mon Aug 13 09:02:59 2007 +0200 @@ -34,7 +34,7 @@ typedef unsigned char *POINTER;/* POINTER defines a generic pointer type */ typedef unsigned short int UINT2;/* UINT2 defines a two byte word */ -typedef unsigned int UINT4;/* UINT4 defines a four byte word */ +typedef unsigned long int UINT4;/* UINT4 defines a four byte word */ #define PROTO_LIST(list) list #define MD_CTX MD5_CTX