diff options
Diffstat (limited to '')
-rw-r--r-- | src/regress/lib/libcrypto/ec/ectest.c | 3 |
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 | } |