diff options
author | Ingela Anderton Andin <[email protected]> | 2017-11-24 11:24:36 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2017-11-24 11:24:36 +0100 |
commit | 651ce0171d417f1da4571c769524e370c847d7d9 (patch) | |
tree | 1fafa9c02ee23b98fd8a00a4a1fbe47032e80b66 /lib | |
parent | 213443f024244df9508a1f6ac114d4b4a053589a (diff) | |
parent | eb2da85bf1f29000cd3c1b2f6dfbfcb5d6aec016 (diff) | |
download | otp-651ce0171d417f1da4571c769524e370c847d7d9.tar.gz otp-651ce0171d417f1da4571c769524e370c847d7d9.tar.bz2 otp-651ce0171d417f1da4571c769524e370c847d7d9.zip |
Merge branch 'maint'
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ssl/src/dtls_connection.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssl/src/dtls_connection.erl b/lib/ssl/src/dtls_connection.erl index 1907b67690..90df298c4a 100644 --- a/lib/ssl/src/dtls_connection.erl +++ b/lib/ssl/src/dtls_connection.erl @@ -807,6 +807,7 @@ handle_client_hello(#client_hello{client_version = ClientVersion} = Hello, State = prepare_flight(State0#state{connection_states = ConnectionStates, negotiated_version = Version, hashsign_algorithm = HashSign, + client_hello_version = ClientVersion, session = Session, negotiated_protocol = Protocol}), |