aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2016-01-20 14:31:23 +0100
committerHans Nilsson <[email protected]>2016-01-20 14:31:23 +0100
commitdd25badf781e8fc58b1b09937030b787cc3dbcb8 (patch)
treed916eb998abd9f2441a633370e1fa02e9ed36d30 /lib/ssh/test
parent8368fffcf8e57108d246cdeafb032c03a00431c9 (diff)
parentb9b704f8b584994cbbb4975133d6032d5d0d294e (diff)
downloadotp-dd25badf781e8fc58b1b09937030b787cc3dbcb8.tar.gz
otp-dd25badf781e8fc58b1b09937030b787cc3dbcb8.tar.bz2
otp-dd25badf781e8fc58b1b09937030b787cc3dbcb8.zip
Merge branch 'hans/ssh/optimize/OTP-13131'
Diffstat (limited to 'lib/ssh/test')
-rw-r--r--lib/ssh/test/ssh_protocol_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_protocol_SUITE.erl b/lib/ssh/test/ssh_protocol_SUITE.erl
index fe197f8672..6b78a32a9b 100644
--- a/lib/ssh/test/ssh_protocol_SUITE.erl
+++ b/lib/ssh/test/ssh_protocol_SUITE.erl
@@ -307,7 +307,7 @@ no_common_alg_client_disconnects(Config) ->
{send, hello},
{match, #ssh_msg_kexinit{_='_'}, receive_msg},
{send, #ssh_msg_kexinit{ % with unsupported "SOME-UNSUPPORTED"
- cookie = 247381486335508958743193106082599558706,
+ cookie = <<80,158,95,51,174,35,73,130,246,141,200,49,180,190,82,234>>,
kex_algorithms = ["diffie-hellman-group1-sha1"],
server_host_key_algorithms = ["SOME-UNSUPPORTED"], % SIC!
encryption_algorithms_client_to_server = ["aes128-ctr"],