From 26e3b024571952284e026a4f8d3ef55777dc4386 Mon Sep 17 00:00:00 2001 From: Niclas Eklund Date: Mon, 16 May 2011 15:25:03 +0200 Subject: Generic key management for test suites. --- lib/ssh/test/ssh_to_openssh_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ssh/test/ssh_to_openssh_SUITE.erl') diff --git a/lib/ssh/test/ssh_to_openssh_SUITE.erl b/lib/ssh/test/ssh_to_openssh_SUITE.erl index c927dead04..f959d50484 100644 --- a/lib/ssh/test/ssh_to_openssh_SUITE.erl +++ b/lib/ssh/test/ssh_to_openssh_SUITE.erl @@ -42,7 +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), + ssh_test_lib:make_dsa_files(Config), Config; _Else -> {skip,"Could not start crypto!"} -- cgit v1.2.3