summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/ec/ectest.c
diff options
context:
space:
mode:
authortb <>2024-02-29 20:04:43 +0000
committertb <>2024-02-29 20:04:43 +0000
commit4aefd75c4e8b3bc6c5de9ffbe716e8b965db44b2 (patch)
treeb74bd81227a1247d0828e68d0e3acf841f63f2ab /src/regress/lib/libcrypto/ec/ectest.c
parent78a9dee1607e020cdbd9875bd5656c9beda18386 (diff)
downloadopenbsd-4aefd75c4e8b3bc6c5de9ffbe716e8b965db44b2.tar.gz
openbsd-4aefd75c4e8b3bc6c5de9ffbe716e8b965db44b2.tar.bz2
openbsd-4aefd75c4e8b3bc6c5de9ffbe716e8b965db44b2.zip
CRYPTO_mem_leaks* will go away. Remove calls in legacy tests
Diffstat (limited to 'src/regress/lib/libcrypto/ec/ectest.c')
-rw-r--r--src/regress/lib/libcrypto/ec/ectest.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/ec/ectest.c b/src/regress/lib/libcrypto/ec/ectest.c
index b32b007b30..e60fde60e6 100644
--- a/src/regress/lib/libcrypto/ec/ectest.c
+++ b/src/regress/lib/libcrypto/ec/ectest.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ectest.c,v 1.22 2023/11/19 13:11:05 tb Exp $ */ 1/* $OpenBSD: ectest.c,v 1.23 2024/02/29 20:04:43 tb Exp $ */
2/* 2/*
3 * Originally written by Bodo Moeller for the OpenSSL project. 3 * Originally written by Bodo Moeller for the OpenSSL project.
4 */ 4 */
@@ -769,7 +769,6 @@ main(int argc, char *argv[])
769 CRYPTO_cleanup_all_ex_data(); 769 CRYPTO_cleanup_all_ex_data();
770 ERR_free_strings(); 770 ERR_free_strings();
771 ERR_remove_thread_state(NULL); 771 ERR_remove_thread_state(NULL);
772 CRYPTO_mem_leaks_fp(stderr);
773 772
774 return 0; 773 return 0;
775} 774}