diff options
Diffstat (limited to 'lib/ssh/test/ssh_to_openssh_SUITE.erl')
-rw-r--r-- | lib/ssh/test/ssh_to_openssh_SUITE.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssh/test/ssh_to_openssh_SUITE.erl b/lib/ssh/test/ssh_to_openssh_SUITE.erl index cf3279df75..c927dead04 100644 --- a/lib/ssh/test/ssh_to_openssh_SUITE.erl +++ b/lib/ssh/test/ssh_to_openssh_SUITE.erl @@ -42,6 +42,7 @@ init_per_suite(Config) -> case catch crypto:start() of ok -> + ssh_test_lib:make_dsa_public_key_file(42, 43, 44, 45, Config), Config; _Else -> {skip,"Could not start crypto!"} |