summaryrefslogtreecommitdiffstats
path: root/test/heartbeat_test.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-02-08 16:45:35 +0000
committerMatt Caswell <matt@openssl.org>2016-02-09 15:11:38 +0000
commit8793f012f11416abd300aa524057c863e8c16dd5 (patch)
treeae6a3c00048af2d608e5736d9753217052749b57 /test/heartbeat_test.c
parentb9f757074d470ec6b031f348581160e48202b85c (diff)
Clean up the tests for auto-init/de-init
Remove the need to explicitly initialise/deinitialise for the tests Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/heartbeat_test.c')
-rw-r--r--test/heartbeat_test.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/heartbeat_test.c b/test/heartbeat_test.c
index 137aa9b2c6..dd7bf11d00 100644
--- a/test/heartbeat_test.c
+++ b/test/heartbeat_test.c
@@ -440,9 +440,6 @@ int main(int argc, char *argv[])
{
int result = 0;
- SSL_library_init();
- SSL_load_error_strings();
-
ADD_TEST(test_dtls1_not_bleeding);
ADD_TEST(test_dtls1_not_bleeding_empty_payload);
ADD_TEST(test_dtls1_heartbleed);