Minor 64-bit md32_common.h update and minor unsignification of digests.
[openssl.git] / crypto / mdc2 / mdc2dgst.c
index aa9ba0ee6bd982cb4436d4f1c80e34d2cf2a2204..4aa406edc3bab41e2dc9d46db2879b392a6c0b20 100644 (file)
@@ -160,7 +160,8 @@ static void mdc2_body(MDC2_CTX *c, const unsigned char *in, size_t len)
 
 int MDC2_Final(unsigned char *md, MDC2_CTX *c)
        {
-       int i,j;
+       unsigned int i;
+       int j;
 
        i=c->num;
        j=c->pad_type;