X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=test%2Fsrptest.c;fp=test%2Fsrptest.c;h=8379535029f5b67de2bda7c0658c2e0e78120bc6;hp=442a6101d42a79198dd05001f9c3590bc6f0fd2e;hb=8793f012f11416abd300aa524057c863e8c16dd5;hpb=b9f757074d470ec6b031f348581160e48202b85c diff --git a/test/srptest.c b/test/srptest.c index 442a6101d4..8379535029 100644 --- a/test/srptest.c +++ b/test/srptest.c @@ -129,7 +129,6 @@ int main(int argc, char **argv) CRYPTO_set_mem_debug(1); CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON); - ERR_load_crypto_strings(); /* "Negative" test, expect a mismatch */ if (run_srp("alice", "password1", "password2") == 0) { @@ -143,9 +142,6 @@ int main(int argc, char **argv) return 1; } - CRYPTO_cleanup_all_ex_data(); - ERR_remove_thread_state(NULL); - ERR_free_strings(); #ifndef OPENSSL_NO_CRYPTO_MDEBUG if (CRYPTO_mem_leaks(bio_err) <= 0) return 1;