X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Common%2Frt%20api%2Fmd5.h;fp=Common%2Frt%20api%2Fmd5.h;h=f245420a7ca0d1ac3fd835df86b926cef58b9e3a;hb=df8d800454d70f0fb39ab0c227ca55f91b581da7;hp=1d3da9e50e27ccbcd4e14a8996fa6c8c950e638f;hpb=963077c6f02f39f00ce8f9a92f17d857efc707b5;p=freerainbowtables diff --git a/Common/rt api/md5.h b/Common/rt api/md5.h index 1d3da9e..f245420 100644 --- a/Common/rt api/md5.h +++ b/Common/rt api/md5.h @@ -1,7 +1,9 @@ #ifndef MD5_H #define MD5_H -typedef unsigned long uint32; +#include "global.h" + +#define MD5_DIGEST_LENGTH 16 //Main function void MD5_NEW( unsigned char * buf, int len, unsigned char * pDigest);