diff --git a/crypto/evp/evp_test.c b/crypto/evp/evp_test.c index bf0fc3692..3607fe777 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]) {