Minor 64-bit md32_common.h update and minor unsignification of digests.

This commit is contained in:
Andy Polyakov
2004-07-25 19:10:43 +00:00
parent c88f8f76b5
commit 16ab8a93bc
7 changed files with 10 additions and 9 deletions

View File

@@ -101,7 +101,7 @@ typedef struct MD4state_st
MD4_LONG A,B,C,D;
MD4_LONG Nl,Nh;
MD4_LONG data[MD4_LBLOCK];
int num;
unsigned int num;
} MD4_CTX;
int MD4_Init(MD4_CTX *c);