X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fmd5.h;h=ff52413e440acd3278f8ead89617e7bb25cb37f4;hb=a47dfadde7d7df81cd47856379957866ae88986b;hp=e49ef4e054bad2ac9ca647e1f57b138c21869238;hpb=5dd6771b28c257af405d7248639ed0e3bcdce38b;p=mmh diff --git a/h/md5.h b/h/md5.h index e49ef4e..ff52413 100644 --- a/h/md5.h +++ b/h/md5.h @@ -14,6 +14,12 @@ #include /* + * We need this for uint32_t + */ + +#include + +/* * Use prototypes for nmh/mh */ #define PROTOTYPES 1 @@ -35,7 +41,7 @@ typedef unsigned char *POINTER; typedef unsigned short int UINT2; /* UINT4 defines a four byte word */ -typedef unsigned long int UINT4; +typedef uint32_t UINT4; /* PROTO_LIST is defined depending on how PROTOTYPES is defined above. If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it