diff options
author | Hans Nilsson <[email protected]> | 2017-03-16 19:29:32 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-03-23 10:40:45 +0100 |
commit | 445cc27d2af3a45ebcd0afdea5ae0408a5d7c04a (patch) | |
tree | 415c20c881b8fe4787d015fa8917e2a8d5c926d2 /lib | |
parent | 405ce6b57ecf527017fd9066a962b6f3aaa00c09 (diff) | |
download | otp-445cc27d2af3a45ebcd0afdea5ae0408a5d7c04a.tar.gz otp-445cc27d2af3a45ebcd0afdea5ae0408a5d7c04a.tar.bz2 otp-445cc27d2af3a45ebcd0afdea5ae0408a5d7c04a.zip |
ssh: disable problematic crypto in ssh_bench_SUITE
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ssh/test/ssh_bench_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_bench_SUITE.erl b/lib/ssh/test/ssh_bench_SUITE.erl index d2ba8afa1a..ac52bb7e28 100644 --- a/lib/ssh/test/ssh_bench_SUITE.erl +++ b/lib/ssh/test/ssh_bench_SUITE.erl @@ -145,7 +145,7 @@ transfer_text(Config) -> || {Crypto,Mac} <- [{ none, none}, {'aes128-ctr', 'hmac-sha1'}, {'aes256-ctr', 'hmac-sha1'}, - {'[email protected]', 'hmac-sha1'}, +%% {'[email protected]', 'hmac-sha1'}, {'aes128-cbc', 'hmac-sha1'}, {'3des-cbc', 'hmac-sha1'}, {'aes128-ctr', 'hmac-sha2-256'}, |