From ae877f133ee8d8beea37e7168677c9334aec6a75 Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin Date: Thu, 13 Apr 2017 18:09:37 +0200 Subject: ssl: Rewrite test data generation With the new help functions for creating test data we can simplify the code. And sometimes corrections have been made so that the test actually perform the test intended. --- lib/ssl/test/ssl_ECC_SUITE.erl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lib/ssl/test/ssl_ECC_SUITE.erl') diff --git a/lib/ssl/test/ssl_ECC_SUITE.erl b/lib/ssl/test/ssl_ECC_SUITE.erl index b77f909dfa..b05e2c74db 100644 --- a/lib/ssl/test/ssl_ECC_SUITE.erl +++ b/lib/ssl/test/ssl_ECC_SUITE.erl @@ -91,11 +91,7 @@ init_per_suite(Config0) -> end_per_suite(Config0), try crypto:start() of ok -> - %% make rsa certs using oppenssl - Config1 = ssl_test_lib:make_rsa_cert(Config0), - Config2 = ssl_test_lib:make_ecdsa_cert(Config1), - Config = ssl_test_lib:make_ecdh_rsa_cert(Config2), - ssl_test_lib:cert_options(Config) + Config0 catch _:_ -> {skip, "Crypto did not start"} end. -- cgit v1.2.3