X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Common%2Frt%20api%2Fmd4.h;h=249ebcd54b31f67b4b4c477fc7a1610c1739982b;hb=df8d800454d70f0fb39ab0c227ca55f91b581da7;hp=8a5c428c40984c938f0fc633d723fc917651aee2;hpb=bcfd4a8e2d07b3a0fce0bc8e471d8562b142b7e0;p=freerainbowtables diff --git a/Common/rt api/md4.h b/Common/rt api/md4.h index 8a5c428..249ebcd 100644 --- a/Common/rt api/md4.h +++ b/Common/rt api/md4.h @@ -1,8 +1,7 @@ #ifndef MD4_H #define MD4_H -//typedef unsigned long uint32; -typedef unsigned long UINT4; +#include "global.h" //Main function void MD4_NEW( unsigned char * buf, int len, unsigned char * pDigest);