Delete old ASN1_METHOD files.
[oweals/openssl.git] / crypto / ripemd / ripemd.h
index a664e742afe80f753b6b5c387297e7f8a9ebd6d7..06bd67183bc3affa86229b4d604d7e5dadb1c6d7 100644 (file)
@@ -87,7 +87,7 @@ typedef struct RIPEMD160state_st
        RIPEMD160_LONG A,B,C,D,E;
        RIPEMD160_LONG Nl,Nh;
        RIPEMD160_LONG data[RIPEMD160_LBLOCK];
-       int num;
+       unsigned int   num;
        } RIPEMD160_CTX;
 
 int RIPEMD160_Init(RIPEMD160_CTX *c);