diff options
author | Ingela Anderton Andin <[email protected]> | 2016-08-31 10:03:09 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2016-08-31 10:03:09 +0200 |
commit | 15843a06e0f08d288b88c2f19c3d23057b45bb9f (patch) | |
tree | 4ee212fcee716c0838cd10717646a68e987478f6 /lib/ssl/test/ssl_crl_SUITE.erl | |
parent | 88a20d25f8a9584a78cc8fce1c8f624a15dd2bb3 (diff) | |
parent | 7b5c2f573d7f5954828f5ef22418b8c42da09a70 (diff) | |
download | otp-15843a06e0f08d288b88c2f19c3d23057b45bb9f.tar.gz otp-15843a06e0f08d288b88c2f19c3d23057b45bb9f.tar.bz2 otp-15843a06e0f08d288b88c2f19c3d23057b45bb9f.zip |
Merge branch 'ingela/ssl/cuddle' into maint
* ingela/ssl/cuddle:
ssl: Test and test suites shall be independent of each other
Diffstat (limited to 'lib/ssl/test/ssl_crl_SUITE.erl')
-rw-r--r-- | lib/ssl/test/ssl_crl_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/test/ssl_crl_SUITE.erl b/lib/ssl/test/ssl_crl_SUITE.erl index 00636e5660..e37e127440 100644 --- a/lib/ssl/test/ssl_crl_SUITE.erl +++ b/lib/ssl/test/ssl_crl_SUITE.erl @@ -72,7 +72,7 @@ init_per_suite(Config) -> false -> {skip, io_lib:format("Bad openssl version: ~p",[OpenSSL_version])}; _ -> - catch crypto:stop(), + end_per_suite(Config), try crypto:start() of ok -> {ok, Hostname0} = inet:gethostname(), |