diff options
author | Ingela Anderton Andin <[email protected]> | 2014-06-11 11:00:53 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2014-06-11 11:00:53 +0200 |
commit | d73bce518926026de6b74ffa41225b9d53dfb872 (patch) | |
tree | ce14f12431d14dceca0fe775c532d87c04eeb5bd /lib/ssl/src/ssl_connection.hrl | |
parent | dd764d2a8070111f026aef0d21be1e2a19ad988f (diff) | |
download | otp-d73bce518926026de6b74ffa41225b9d53dfb872.tar.gz otp-d73bce518926026de6b74ffa41225b9d53dfb872.tar.bz2 otp-d73bce518926026de6b74ffa41225b9d53dfb872.zip |
ssl: Make sure change cipher spec is correctly handled
Diffstat (limited to 'lib/ssl/src/ssl_connection.hrl')
-rw-r--r-- | lib/ssl/src/ssl_connection.hrl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssl/src/ssl_connection.hrl b/lib/ssl/src/ssl_connection.hrl index 592889b177..c544a0591f 100644 --- a/lib/ssl/src/ssl_connection.hrl +++ b/lib/ssl/src/ssl_connection.hrl @@ -77,6 +77,7 @@ terminated = false ::boolean(), allow_renegotiate = true ::boolean(), expecting_next_protocol_negotiation = false ::boolean(), + expecting_finished = false ::boolean(), next_protocol = undefined :: undefined | binary(), client_ecc, % {Curves, PointFmt} tracker :: pid() %% Tracker process for listen socket |