diff options
author | Hans Nilsson <[email protected]> | 2015-11-23 14:56:32 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-11-23 14:56:32 +0100 |
commit | 3c68f93ff05bad90550407dc1eb316547227bfa7 (patch) | |
tree | ac0646cfc38b027dc0b9370c83df44c12ce94706 /lib/ssh/src | |
parent | b5df882f98c13ac52535f70e50473b9d6c1fb929 (diff) | |
download | otp-3c68f93ff05bad90550407dc1eb316547227bfa7.tar.gz otp-3c68f93ff05bad90550407dc1eb316547227bfa7.tar.bz2 otp-3c68f93ff05bad90550407dc1eb316547227bfa7.zip |
ssh: fix dialyzer reported error
Diffstat (limited to 'lib/ssh/src')
-rw-r--r-- | lib/ssh/src/ssh_transport.erl | 2 |
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 |