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/md5/md5.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/md5') diff --git a/crypto/md5/md5.h b/crypto/md5/md5.h index 587d947b9a..a58940e547 100644 --- a/crypto/md5/md5.h +++ b/crypto/md5/md5.h @@ -101,7 +101,7 @@ typedef struct MD5state_st MD5_LONG A,B,C,D; MD5_LONG Nl,Nh; MD5_LONG data[MD5_LBLOCK]; - int num; + unigned int num; } MD5_CTX; int MD5_Init(MD5_CTX *c); -- cgit v1.2.3