Merge in recent changes from the main trunk.
authorRichard Levitte <levitte@openssl.org>
Wed, 20 Feb 2002 17:53:17 +0000 (17:53 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 20 Feb 2002 17:53:17 +0000 (17:53 +0000)
crypto/evp/evp_test.c

index bf0fc3692be8f07a41e9e8b95e46806ca2e6497f..3607fe777677020f4663d5bb788a2b00e2885e17 100644 (file)
@@ -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])
            {