aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/ssl_handshake.erl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2018-09-26 10:41:21 +0200
committerIngela Anderton Andin <[email protected]>2018-10-01 10:50:22 +0200
commit66ed2fa10f8adeffd62b10fcb99a8e52de391519 (patch)
treef845c4cbdc54cd30969cde9720ed74dc5252ab22 /lib/ssl/src/ssl_handshake.erl
parent973169ab1e1b79e6ef006ec25eb81c84ac0be34a (diff)
downloadotp-66ed2fa10f8adeffd62b10fcb99a8e52de391519.tar.gz
otp-66ed2fa10f8adeffd62b10fcb99a8e52de391519.tar.bz2
otp-66ed2fa10f8adeffd62b10fcb99a8e52de391519.zip
ssl: Correct extension decoding and dialyzer spec
Diffstat (limited to 'lib/ssl/src/ssl_handshake.erl')
-rw-r--r--lib/ssl/src/ssl_handshake.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/src/ssl_handshake.erl b/lib/ssl/src/ssl_handshake.erl
index ad22cd69d7..ba0b670091 100644
--- a/lib/ssl/src/ssl_handshake.erl
+++ b/lib/ssl/src/ssl_handshake.erl
@@ -767,7 +767,7 @@ decode_vector(<<?UINT16(Len), Vector:Len/binary>>) ->
Vector.
%%--------------------------------------------------------------------
--spec decode_hello_extensions(binary(), tls_record:version(), client | server) -> map().
+-spec decode_hello_extensions(binary(), ssl_record:ssl_version(), client | server) -> map().
%%
%% Description: Decodes TLS hello extensions
%%--------------------------------------------------------------------