summaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-08-12 18:56:14 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-08-12 18:56:14 +0000
commit367eb1f125063b9e76b6eaaacd85705023d435b4 (patch)
tree40a59b5e201e9d62318be898fac42afaf3ef9da4 /ssl/s3_lib.c
parent3444961787a7205822f7326ae1e062391c8f0bcb (diff)
Fix warning and make no-tlsext work.
Diffstat (limited to 'ssl/s3_lib.c')
-rw-r--r--ssl/s3_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c
index cdad4e017b..872f8fdd89 100644
--- a/ssl/s3_lib.c
+++ b/ssl/s3_lib.c
@@ -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;