diff options
author | Ingela Anderton Andin <[email protected]> | 2019-01-04 10:27:48 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2019-01-14 18:03:12 +0100 |
commit | 2a8db059eaee7e3c01a4058cde2dffecb230226b (patch) | |
tree | e98573252973ae39259ff33bcb659b25e8a2c000 /lib/ssl/src | |
parent | c27e37d5c37b1edb81f9521b96bdd996ca25653b (diff) | |
download | otp-2a8db059eaee7e3c01a4058cde2dffecb230226b.tar.gz otp-2a8db059eaee7e3c01a4058cde2dffecb230226b.tar.bz2 otp-2a8db059eaee7e3c01a4058cde2dffecb230226b.zip |
ssl: Modernize test suite
Diffstat (limited to 'lib/ssl/src')
-rw-r--r-- | lib/ssl/src/ssl_connection.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssl/src/ssl_connection.erl b/lib/ssl/src/ssl_connection.erl index b9162a2d3b..36ab1740f0 100644 --- a/lib/ssl/src/ssl_connection.erl +++ b/lib/ssl/src/ssl_connection.erl @@ -2406,6 +2406,7 @@ session_handle_params(#server_ecdh_params{curve = ECCurve}, Session) -> session_handle_params(_, Session) -> Session. + register_session(client, Host, Port, #session{is_resumable = new} = Session0) -> Session = Session0#session{is_resumable = true}, ssl_manager:register_session(Host, Port, Session), |