From 8793f012f11416abd300aa524057c863e8c16dd5 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 8 Feb 2016 16:45:35 +0000 Subject: Clean up the tests for auto-init/de-init Remove the need to explicitly initialise/deinitialise for the tests Reviewed-by: Richard Levitte --- test/verify_extra_test.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'test/verify_extra_test.c') diff --git a/test/verify_extra_test.c b/test/verify_extra_test.c index 31c391ec1f..8362de4414 100644 --- a/test/verify_extra_test.c +++ b/test/verify_extra_test.c @@ -190,9 +190,6 @@ int main(int argc, char **argv) CRYPTO_set_mem_debug(1); CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON); - ERR_load_crypto_strings(); - OpenSSL_add_all_digests(); - if (argc != 4) { fprintf(stderr, "usage: verify_extra_test roots.pem untrusted.pem bad.pem\n"); return 1; @@ -203,10 +200,6 @@ int main(int argc, char **argv) return 1; } - EVP_cleanup(); - CRYPTO_cleanup_all_ex_data(); - ERR_remove_thread_state(NULL); - ERR_free_strings(); #ifndef OPENSSL_NO_CRYPTO_MDEBUG if (CRYPTO_mem_leaks_fp(stderr) <= 0) return 1; -- cgit v1.2.3