Minor 64-bit md32_common.h update and minor unsignification of digests.
[openssl.git] / crypto / md5 / md5.h
index 587d947b9a4fcd0032c91c7c8afabaf582668c72..a58940e5471f5c4ac032fd6633ce24f4ef00ebde 100644 (file)
@@ -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);