Fix warning and make no-tlsext work.

This commit is contained in:
Dr. Stephen Henson
2007-08-12 18:56:14 +00:00
parent 3444961787
commit 367eb1f125
6 changed files with 108 additions and 101 deletions

View File

@@ -2632,8 +2632,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,ii,ok;
unsigned int j;
#ifndef OPENSSL_NO_TLSEXT
unsigned int j;
#ifndef OPENSSL_NO_EC
int ec_ok, ec_nid;
unsigned char ec_search1 = 0, ec_search2 = 0;