diff options
author | Ingela Anderton Andin <[email protected]> | 2016-09-27 12:28:28 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2016-09-28 10:05:57 +0200 |
commit | ca78bf1500c5f3c68d72214bd06fcc1b66a52c38 (patch) | |
tree | aaba4bc1a22e679e91b88adc54bfd98be3920e68 /lib/ssl/src/ssl_connection.hrl | |
parent | e6059f94571a6c968c15b9de6b7d63ebd64f9acf (diff) | |
download | otp-ca78bf1500c5f3c68d72214bd06fcc1b66a52c38.tar.gz otp-ca78bf1500c5f3c68d72214bd06fcc1b66a52c38.tar.bz2 otp-ca78bf1500c5f3c68d72214bd06fcc1b66a52c38.zip |
ssl: Correct ECC curve selection, the error could cause default to always be selected.
Diffstat (limited to 'lib/ssl/src/ssl_connection.hrl')
-rw-r--r-- | lib/ssl/src/ssl_connection.hrl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ssl/src/ssl_connection.hrl b/lib/ssl/src/ssl_connection.hrl index f1e612a41b..160ba1da5b 100644 --- a/lib/ssl/src/ssl_connection.hrl +++ b/lib/ssl/src/ssl_connection.hrl @@ -81,7 +81,6 @@ expecting_next_protocol_negotiation = false ::boolean(), expecting_finished = false ::boolean(), negotiated_protocol = undefined :: undefined | binary(), - client_ecc, % {Curves, PointFmt} tracker :: pid() | 'undefined', %% Tracker process for listen socket sni_hostname = undefined, downgrade, |