From 76c93beeb89ecbcf1070190c95532e0d00d06278 Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin Date: Wed, 7 Sep 2016 15:54:32 +0200 Subject: ssl: Make sure tests get a clean start --- lib/ssl/test/ssl_npn_handshake_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ssl/test/ssl_npn_handshake_SUITE.erl') diff --git a/lib/ssl/test/ssl_npn_handshake_SUITE.erl b/lib/ssl/test/ssl_npn_handshake_SUITE.erl index c55fa73cfb..a02881f1ae 100644 --- a/lib/ssl/test/ssl_npn_handshake_SUITE.erl +++ b/lib/ssl/test/ssl_npn_handshake_SUITE.erl @@ -68,7 +68,7 @@ init_per_suite(Config) -> catch crypto:stop(), try crypto:start() of ok -> - ssl:start(), + ssl_test_lib:clean_start(), {ok, _} = make_certs:all(proplists:get_value(data_dir, Config), proplists:get_value(priv_dir, Config)), ssl_test_lib:cert_options(Config) -- cgit v1.2.3