diff options
author | Ingela Anderton Andin <[email protected]> | 2014-06-12 10:37:53 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2014-06-12 10:37:53 +0200 |
commit | 0ce0df2b41c47735ec342853b305041394423633 (patch) | |
tree | bd799563b6283034239ae439df43de299a7df961 /lib/ssl/src/ssl_connection.hrl | |
parent | 7274a9db9b17cc14fde15a3aa0574136c58e8551 (diff) | |
parent | d73bce518926026de6b74ffa41225b9d53dfb872 (diff) | |
download | otp-0ce0df2b41c47735ec342853b305041394423633.tar.gz otp-0ce0df2b41c47735ec342853b305041394423633.tar.bz2 otp-0ce0df2b41c47735ec342853b305041394423633.zip |
Merge branch 'ia/ssl/CSS/OTP-11975' into maint
* ia/ssl/CSS/OTP-11975:
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 |