summaryrefslogtreecommitdiffstats
path: root/test/rsa_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/rsa_test.c')
-rw-r--r--test/rsa_test.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/rsa_test.c b/test/rsa_test.c
index 9f1f3d69d9..770c376380 100644
--- a/test/rsa_test.c
+++ b/test/rsa_test.c
@@ -324,9 +324,6 @@ int main(int argc, char *argv[])
RSA_free(key);
}
- CRYPTO_cleanup_all_ex_data();
- ERR_remove_thread_state(NULL);
-
#ifndef OPENSSL_NO_CRYPTO_MDEBUG
if (CRYPTO_mem_leaks_fp(stderr) <= 0)
err = 1;