diff options
author | Hans Nilsson <[email protected]> | 2015-11-26 10:52:48 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-11-26 15:09:28 +0100 |
commit | 7596e5d97b4154f645eac6152f98c8c28f7ff6f6 (patch) | |
tree | faf5b4d3dac263dee33f3bb5ce3024d34d3ba274 /lib | |
parent | ecf301d7dbd173cc18f86026ecf88597b15a7c69 (diff) | |
download | otp-7596e5d97b4154f645eac6152f98c8c28f7ff6f6.tar.gz otp-7596e5d97b4154f645eac6152f98c8c28f7ff6f6.tar.bz2 otp-7596e5d97b4154f645eac6152f98c8c28f7ff6f6.zip |
ssh: update existing testcases
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ssh/test/ssh_protocol_SUITE.erl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ssh/test/ssh_protocol_SUITE.erl b/lib/ssh/test/ssh_protocol_SUITE.erl index d8e99799e2..2415ceba47 100644 --- a/lib/ssh/test/ssh_protocol_SUITE.erl +++ b/lib/ssh/test/ssh_protocol_SUITE.erl @@ -333,13 +333,13 @@ no_common_alg_client_disconnects(Config) -> gex_client_init_default_noexact(Config) -> do_gex_client_init(Config, {2000, 3000, 4000}, %% Warning, app knowledege: - ?dh_group15). + ?dh_group14). gex_client_init_default_exact(Config) -> - do_gex_client_init(Config, {2000, 2048, 4000}, + do_gex_client_init(Config, {2000, 3072, 4000}, %% Warning, app knowledege: - ?dh_group14). + ?dh_group15). gex_client_init_option_groups(Config) -> |