X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fripemd%2Fripemd.h;h=06bd67183bc3affa86229b4d604d7e5dadb1c6d7;hb=2e8879fa6ed5fea4d266dcad0fe626d69fc6d87f;hp=a664e742afe80f753b6b5c387297e7f8a9ebd6d7;hpb=9e0aad9fd60635e240f7742fa1497eced6f1cd0b;p=oweals%2Fopenssl.git diff --git a/crypto/ripemd/ripemd.h b/crypto/ripemd/ripemd.h index a664e742af..06bd67183b 100644 --- a/crypto/ripemd/ripemd.h +++ b/crypto/ripemd/ripemd.h @@ -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);