From: Richard Levitte <levitte@openssl.org> Date: Wed, 20 Feb 2002 17:53:17 +0000 (+0000) Subject: Merge in recent changes from the main trunk. X-Git-Tag: OpenSSL_0_9_7-beta1~210 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a76a29f23362ae4fd392228c8731d94988bb6cdb;p=oweals%2Fopenssl.git Merge in recent changes from the main trunk. --- diff --git a/crypto/evp/evp_test.c b/crypto/evp/evp_test.c index bf0fc3692b..3607fe7776 100644 --- a/crypto/evp/evp_test.c +++ b/crypto/evp/evp_test.c @@ -73,7 +73,7 @@ static int convert(unsigned char *s) for(d=s ; *s ; s+=2,++d) { - int n; + unsigned int n; if(!s[1]) {