aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/ssh_to_openssh_SUITE.erl
diff options
context:
space:
mode:
authorNiclas Eklund <[email protected]>2011-03-31 16:48:44 +0200
committerNiclas Eklund <[email protected]>2011-05-19 14:38:23 +0200
commit2fb636273a06d31f0c24dcecf9302cd6561f02af (patch)
tree2c4dd03271879770758be40a48a5ba6b5bfc8206 /lib/ssh/test/ssh_to_openssh_SUITE.erl
parent61c134fa961a0aaa86be17d921dbe6727d0a7c1c (diff)
downloadotp-2fb636273a06d31f0c24dcecf9302cd6561f02af.tar.gz
otp-2fb636273a06d31f0c24dcecf9302cd6561f02af.tar.bz2
otp-2fb636273a06d31f0c24dcecf9302cd6561f02af.zip
Some minor updates regarding how test data is generated.
Diffstat (limited to 'lib/ssh/test/ssh_to_openssh_SUITE.erl')
-rw-r--r--lib/ssh/test/ssh_to_openssh_SUITE.erl1
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!"}