Remove incorrect ciphers check.
This was a remnant of the old cipher suite setup. Change-Id: Ibc79b81200a52d45fbd69b9c04060c38ad4707f5 Reviewed-on: https://boringssl-review.googlesource.com/11564 Reviewed-by: David Benjamin <davidben@google.com>
This commit is contained in:
parent
1db9e1bc7a
commit
53a2dfcb1f
@ -2018,7 +2018,7 @@ static int ext_key_share_add_clienthello(SSL *ssl, CBB *out) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (max_version < TLS1_3_VERSION || !ssl_any_ec_cipher_suites_enabled(ssl)) {
|
||||
if (max_version < TLS1_3_VERSION) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user