From 16ab8a93bc96cacc1b5376cc084f70122368ee1f Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sun, 25 Jul 2004 19:10:43 +0000 Subject: Minor 64-bit md32_common.h update and minor unsignification of digests. --- crypto/md4/md4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/md4/md4.h') diff --git a/crypto/md4/md4.h b/crypto/md4/md4.h index 9a5b6603fe..b080cbdc21 100644 --- a/crypto/md4/md4.h +++ b/crypto/md4/md4.h @@ -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); -- cgit v1.2.3