aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/ssh_algorithms_SUITE.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2016-05-27 14:56:02 +0200
committerHans Nilsson <[email protected]>2016-06-07 15:41:28 +0200
commit92457b67f824e569bba84eb62a5eec69140d81e4 (patch)
tree9304502a0349b736d798da18fb164fb168dcc788 /lib/ssh/test/ssh_algorithms_SUITE.erl
parent8b2366402a6115686cd68fe617f8933a4febf5b5 (diff)
downloadotp-92457b67f824e569bba84eb62a5eec69140d81e4.tar.gz
otp-92457b67f824e569bba84eb62a5eec69140d81e4.tar.bz2
otp-92457b67f824e569bba84eb62a5eec69140d81e4.zip
ssh: log cryptolib version in ssh_algorithms_SUITE
Diffstat (limited to 'lib/ssh/test/ssh_algorithms_SUITE.erl')
-rw-r--r--lib/ssh/test/ssh_algorithms_SUITE.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ssh/test/ssh_algorithms_SUITE.erl b/lib/ssh/test/ssh_algorithms_SUITE.erl
index ed9e7aacaa..3e89791b60 100644
--- a/lib/ssh/test/ssh_algorithms_SUITE.erl
+++ b/lib/ssh/test/ssh_algorithms_SUITE.erl
@@ -76,6 +76,7 @@ init_per_suite(Config) ->
"init:get_argument(home) = ~p~n~n~n"
"OS ssh:~n=======~n~p~n~n~n"
"Erl ssh:~n========~n~p~n~n~n"
+ "crypto:info_lib():~n========~n~p~n~n~n"
"Installed ssh client:~n=====================~n~p~n~n~n"
"Installed ssh server:~n=====================~n~p~n~n~n"
"Misc values:~n============~n"
@@ -86,6 +87,7 @@ init_per_suite(Config) ->
init:get_argument(home),
os:cmd("ssh -V"),
ssh:default_algorithms(),
+ crypto:info_lib(),
ssh_test_lib:default_algorithms(sshc),
ssh_test_lib:default_algorithms(sshd),
{?DEFAULT_DH_GROUP_MIN,?DEFAULT_DH_GROUP_NBITS,?DEFAULT_DH_GROUP_MAX},