Stop warning.

This commit is contained in:
Dr. Stephen Henson 2006-04-04 18:11:49 +00:00
parent 228b4e426b
commit e2bce37720

View File

@ -2048,7 +2048,6 @@ SSL_CIPHER *ssl3_choose_cipher(SSL *s, STACK_OF(SSL_CIPHER) *clnt,
#ifndef OPENSSL_NO_EC #ifndef OPENSSL_NO_EC
int ec_ok, ec_nid; int ec_ok, ec_nid;
unsigned char ec_search1, ec_search2; unsigned char ec_search1, ec_search2;
unsigned char *ec_ptr;
#endif /* OPENSSL_NO_EC */ #endif /* OPENSSL_NO_EC */
#endif /* OPENSSL_NO_TLSEXT */ #endif /* OPENSSL_NO_TLSEXT */
CERT *cert; CERT *cert;