Use a new signed int ii instead of j (which is unsigned) to handle the
authorRichard Levitte <levitte@openssl.org>
Sun, 28 May 2006 19:44:27 +0000 (19:44 +0000)
committerRichard Levitte <levitte@openssl.org>
Sun, 28 May 2006 19:44:27 +0000 (19:44 +0000)
commit4d4e08ec1ce1558ca25f75b05a919ac6dc8f1338
tree3c817fa7ad891e4e971d469d10ddaf48b0db595c
parent25074d6c2238939c340647f4b8f85763af403056
Use a new signed int ii instead of j (which is unsigned) to handle the
return value from sk_SSL_CIPHER_find().
ssl/s3_lib.c