Oops...
[openssl.git] / ssl / s3_lib.c
index 94bdb63cdb2ab0052fc076c745f7282ce8844e92..c59fb556d93b8305c3f5b1c03db6c0b3e16605dc 100644 (file)
@@ -2043,7 +2043,8 @@ SSL_CIPHER *ssl3_choose_cipher(SSL *s, STACK_OF(SSL_CIPHER) *clnt,
        {
        SSL_CIPHER *c,*ret=NULL;
        STACK_OF(SSL_CIPHER) *prio, *allow;
-       int i,j,ok;
+       int i,ok;
+       unsigned int j;
 #ifndef OPENSSL_NO_TLSEXT
 #ifndef OPENSSL_NO_EC
        int ec_ok, ec_nid;