aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/ssh_to_openssh_SUITE.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-10-12 16:34:18 +0200
committerHans Nilsson <[email protected]>2017-10-12 16:34:18 +0200
commit57b783120821e878c0b92c7b6e9b68615ba27346 (patch)
treed456ed6cecdde15595c3baaf140aac715eb9afbc /lib/ssh/test/ssh_to_openssh_SUITE.erl
parent0f4d686b53a0b7937a8666c6c28addf7c884b192 (diff)
downloadotp-57b783120821e878c0b92c7b6e9b68615ba27346.tar.gz
otp-57b783120821e878c0b92c7b6e9b68615ba27346.tar.bz2
otp-57b783120821e878c0b92c7b6e9b68615ba27346.zip
ssh: Anonymize unused variables in test suites
Diffstat (limited to 'lib/ssh/test/ssh_to_openssh_SUITE.erl')
-rw-r--r--lib/ssh/test/ssh_to_openssh_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_to_openssh_SUITE.erl b/lib/ssh/test/ssh_to_openssh_SUITE.erl
index 4d6aa93d4e..75d5b5e296 100644
--- a/lib/ssh/test/ssh_to_openssh_SUITE.erl
+++ b/lib/ssh/test/ssh_to_openssh_SUITE.erl
@@ -332,7 +332,7 @@ erlang_client_openssh_server_publickey_dsa(Config) ->
erlang_client_openssh_server_publickey_X(Config, 'ssh-dss').
-erlang_client_openssh_server_publickey_X(Config, Alg) ->
+erlang_client_openssh_server_publickey_X(_Config, Alg) ->
ConnectionRef =
ssh_test_lib:connect(?SSH_DEFAULT_PORT,
[{pref_public_key_algs, [Alg]},