gcc figures that the format specifier %2x means unsigned int, so let's
authorRichard Levitte <levitte@openssl.org>
Wed, 20 Feb 2002 13:50:36 +0000 (13:50 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 20 Feb 2002 13:50:36 +0000 (13:50 +0000)
commit236be53269d7231edde44e194ae40f732d00c620
treede581173b9b27aaa22641b87083888760a4f8410
parent1fc1bd382bd08a140a0074ca41b2c9b74e6fab34
gcc figures that the format specifier %2x means unsigned int, so let's
make n unsigned.
crypto/evp/evp_test.c