From 4aefd75c4e8b3bc6c5de9ffbe716e8b965db44b2 Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 29 Feb 2024 20:04:43 +0000 Subject: CRYPTO_mem_leaks* will go away. Remove calls in legacy tests --- src/regress/lib/libcrypto/dsa/dsatest.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/regress/lib/libcrypto/dsa/dsatest.c') diff --git a/src/regress/lib/libcrypto/dsa/dsatest.c b/src/regress/lib/libcrypto/dsa/dsatest.c index 10ebc3a9f8..3a761961f0 100644 --- a/src/regress/lib/libcrypto/dsa/dsatest.c +++ b/src/regress/lib/libcrypto/dsa/dsatest.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dsatest.c,v 1.10 2023/11/19 13:11:05 tb Exp $ */ +/* $OpenBSD: dsatest.c,v 1.11 2024/02/29 20:04:43 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -196,7 +196,6 @@ end: CRYPTO_cleanup_all_ex_data(); ERR_remove_thread_state(NULL); ERR_free_strings(); - CRYPTO_mem_leaks(bio_err); BIO_free(bio_err); bio_err = NULL; -- cgit v1.2.3-55-g6feb