aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/dtls_connection.erl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2019-02-08 10:58:58 +0100
committerIngela Anderton Andin <[email protected]>2019-02-08 16:12:58 +0100
commit098852f7ee518fc1bd5a936ecc8baa5dfc118149 (patch)
tree23d39029d33d73e5f97afb8accab3992cbe7ee13 /lib/ssl/src/dtls_connection.erl
parentd56923ffbef7801e93a4a298ce9a7bd990410d42 (diff)
downloadotp-098852f7ee518fc1bd5a936ecc8baa5dfc118149.tar.gz
otp-098852f7ee518fc1bd5a936ecc8baa5dfc118149.tar.bz2
otp-098852f7ee518fc1bd5a936ecc8baa5dfc118149.zip
ssl: Rename
Diffstat (limited to 'lib/ssl/src/dtls_connection.erl')
-rw-r--r--lib/ssl/src/dtls_connection.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/src/dtls_connection.erl b/lib/ssl/src/dtls_connection.erl
index 493f3bf581..fd617bce2a 100644
--- a/lib/ssl/src/dtls_connection.erl
+++ b/lib/ssl/src/dtls_connection.erl
@@ -869,7 +869,7 @@ handle_client_hello(#client_hello{client_version = ClientVersion} = Hello,
negotiated_protocol = CurrentProtocol} = HsEnv,
connection_env = CEnv,
session = #session{own_certificate = Cert} = Session0,
- key_algorithm = KeyExAlg,
+ kex_algorithm = KeyExAlg,
ssl_options = SslOpts} = State0) ->
case dtls_handshake:hello(Hello, SslOpts, {Port, Session0, Cache, CacheCb,