diff options
author | Niclas Eklund <[email protected]> | 2011-05-16 15:25:03 +0200 |
---|---|---|
committer | Niclas Eklund <[email protected]> | 2011-05-19 14:38:24 +0200 |
commit | 26e3b024571952284e026a4f8d3ef55777dc4386 (patch) | |
tree | 71e7130b2aee10195a9a5831e696695b82806430 /lib/ssh/test/ssh_to_openssh_SUITE.erl | |
parent | 2fb636273a06d31f0c24dcecf9302cd6561f02af (diff) | |
download | otp-26e3b024571952284e026a4f8d3ef55777dc4386.tar.gz otp-26e3b024571952284e026a4f8d3ef55777dc4386.tar.bz2 otp-26e3b024571952284e026a4f8d3ef55777dc4386.zip |
Generic key management for test suites.
Diffstat (limited to 'lib/ssh/test/ssh_to_openssh_SUITE.erl')
-rw-r--r-- | lib/ssh/test/ssh_to_openssh_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
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!"} |