diff options
author | Hans Nilsson <[email protected]> | 2015-10-08 16:03:47 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-10-08 16:03:47 +0200 |
commit | 0bc373ca42a1e880a97e34f664ab968144c2a4f4 (patch) | |
tree | ecfc42f4247520e27524a22dc72a9da9b5d9d7fd /lib/ssh/test/ssh_to_openssh_SUITE.erl | |
parent | 2c7e387961251af59f14bca39cbf8fbbe880383e (diff) | |
parent | 4a356cf070e197cec375b562891af8fe9634c306 (diff) | |
download | otp-0bc373ca42a1e880a97e34f664ab968144c2a4f4.tar.gz otp-0bc373ca42a1e880a97e34f664ab968144c2a4f4.tar.bz2 otp-0bc373ca42a1e880a97e34f664ab968144c2a4f4.zip |
Merge branch 'hans/ssh/ecdsa/OTP-12936' into maint
Diffstat (limited to 'lib/ssh/test/ssh_to_openssh_SUITE.erl')
-rw-r--r-- | lib/ssh/test/ssh_to_openssh_SUITE.erl | 2 |
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 bc51ae0724..c0dee6a1d3 100644 --- a/lib/ssh/test/ssh_to_openssh_SUITE.erl +++ b/lib/ssh/test/ssh_to_openssh_SUITE.erl @@ -389,7 +389,7 @@ erlang_server_openssh_client_kexs(Config) when is_list(Config) -> {Pid, Host, Port} = ssh_test_lib:daemon([{system_dir, SystemDir}, {failfun, fun ssh_test_lib:failfun/2}, {preferred_algorithms, - [{kex,ssh_transport:supported_algorithms(kex)}]} + [{kex,ssh_transport:default_algorithms(kex)}]} ]), ct:sleep(500), |