Merge pull request #20 from aholic/dev

fix bug for md5File
This commit is contained in:
Yanyi Wu 2014-01-25 20:27:41 -08:00
commit 69a82cdbc6

View File

@ -97,7 +97,7 @@ typedef unsigned char *POINTER;
typedef unsigned short int UINT2;
// UINT4 defines a four byte word
typedef unsigned long int UINT4;
typedef unsigned int UINT4;
static unsigned char PADDING[64] = {
0x80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,