diff options
author | Ingela Anderton Andin <[email protected]> | 2012-06-11 15:59:32 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2012-06-12 11:41:57 +0200 |
commit | f88ec275329908b017ae731f8e4ca11d862a9243 (patch) | |
tree | 7a41dea812aa54c3da770641d99ca81d9cc06fee /lib/ssl/test/ssl_packet_SUITE.erl | |
parent | 06260ce858582aa0319a4ad9768291bd51f63505 (diff) | |
download | otp-f88ec275329908b017ae731f8e4ca11d862a9243.tar.gz otp-f88ec275329908b017ae731f8e4ca11d862a9243.tar.bz2 otp-f88ec275329908b017ae731f8e4ca11d862a9243.zip |
ssl: Test case fixes
Diffstat (limited to 'lib/ssl/test/ssl_packet_SUITE.erl')
-rw-r--r-- | lib/ssl/test/ssl_packet_SUITE.erl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ssl/test/ssl_packet_SUITE.erl b/lib/ssl/test/ssl_packet_SUITE.erl index 4b74f57a60..593b1fda5e 100644 --- a/lib/ssl/test/ssl_packet_SUITE.erl +++ b/lib/ssl/test/ssl_packet_SUITE.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2008-2011. All Rights Reserved. +%% Copyright Ericsson AB 2008-2012. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -53,6 +53,7 @@ %% variable, but should NOT alter/remove any existing entries. %%-------------------------------------------------------------------- init_per_suite(Config) -> + catch crypto:stop(), try crypto:start() of ok -> application:start(public_key), |