X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5dd6771b28c257af405d7248639ed0e3bcdce38b..c0a87b2e2dfa156bfb4e6c0e5d43f7a582f779fc:/h/md5.h?ds=sidebyside diff --git a/h/md5.h b/h/md5.h index e49ef4e0..ff52413e 100644 --- a/h/md5.h +++ b/h/md5.h @@ -13,6 +13,12 @@ #include +/* + * We need this for uint32_t + */ + +#include + /* * Use prototypes for nmh/mh */ @@ -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