aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_transport.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2015-11-23 14:56:32 +0100
committerHans Nilsson <[email protected]>2015-11-23 14:56:32 +0100
commit3c68f93ff05bad90550407dc1eb316547227bfa7 (patch)
treeac0646cfc38b027dc0b9370c83df44c12ce94706 /lib/ssh/src/ssh_transport.erl
parentb5df882f98c13ac52535f70e50473b9d6c1fb929 (diff)
downloadotp-3c68f93ff05bad90550407dc1eb316547227bfa7.tar.gz
otp-3c68f93ff05bad90550407dc1eb316547227bfa7.tar.bz2
otp-3c68f93ff05bad90550407dc1eb316547227bfa7.zip
ssh: fix dialyzer reported error
Diffstat (limited to 'lib/ssh/src/ssh_transport.erl')
-rw-r--r--lib/ssh/src/ssh_transport.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh_transport.erl b/lib/ssh/src/ssh_transport.erl
index e2d19b9cef..041e86bae1 100644
--- a/lib/ssh/src/ssh_transport.erl
+++ b/lib/ssh/src/ssh_transport.erl
@@ -1697,7 +1697,7 @@ len_supported(Name, Len) ->
crypto:block_encrypt(Name,
_Key = <<0:Len>>,
_IV = <<0:12/unsigned-unit:8>>,
- {"AAD","PT"})
+ {<<"AAD">>,"PT"})
end
of
_ -> true