aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/dtls_connection.erl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2017-11-24 11:23:46 +0100
committerIngela Anderton Andin <[email protected]>2017-11-24 11:23:46 +0100
commiteb2da85bf1f29000cd3c1b2f6dfbfcb5d6aec016 (patch)
treea816b5b18445a4c5195b3312e41a81cc1218c525 /lib/ssl/src/dtls_connection.erl
parentc17978f689ca8f9dd36f76fa8fcf448664921301 (diff)
parentb27269618782a033862df2f135cbff7073b30d69 (diff)
downloadotp-eb2da85bf1f29000cd3c1b2f6dfbfcb5d6aec016.tar.gz
otp-eb2da85bf1f29000cd3c1b2f6dfbfcb5d6aec016.tar.bz2
otp-eb2da85bf1f29000cd3c1b2f6dfbfcb5d6aec016.zip
Merge branch 'ingela/dtls/merge-fix' into maint
* ingela/dtls/merge-fix: ssl: Fix incorrect merge conflict resolution
Diffstat (limited to 'lib/ssl/src/dtls_connection.erl')
-rw-r--r--lib/ssl/src/dtls_connection.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssl/src/dtls_connection.erl b/lib/ssl/src/dtls_connection.erl
index 0a5720d9ee..15eb39e716 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}),