Some no-ec fixes (not complete yet).
This commit is contained in:
@@ -2821,13 +2821,11 @@ 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;
|
||||
#ifndef OPENSSL_NO_TLSEXT
|
||||
#if !defined(OPENSSL_NO_TLSEXT) && !defined(OPENSSL_NO_EC)
|
||||
unsigned int j;
|
||||
#ifndef OPENSSL_NO_EC
|
||||
int ec_ok, ec_nid;
|
||||
unsigned char ec_search1 = 0, ec_search2 = 0;
|
||||
#endif /* OPENSSL_NO_EC */
|
||||
#endif /* OPENSSL_NO_TLSEXT */
|
||||
#endif
|
||||
CERT *cert;
|
||||
unsigned long alg_k,alg_a,mask_k,mask_a,emask_k,emask_a;
|
||||
|
||||
|
Reference in New Issue
Block a user