summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/dsa/dsatest.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/dsa/dsatest.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/dsa/dsatest.c')
-rw-r--r--src/regress/lib/libcrypto/dsa/dsatest.c3
1 files changed, 1 insertions, 2 deletions
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 @@
1/* $OpenBSD: dsatest.c,v 1.10 2023/11/19 13:11:05 tb Exp $ */ 1/* $OpenBSD: dsatest.c,v 1.11 2024/02/29 20:04:43 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -196,7 +196,6 @@ end:
196 CRYPTO_cleanup_all_ex_data(); 196 CRYPTO_cleanup_all_ex_data();
197 ERR_remove_thread_state(NULL); 197 ERR_remove_thread_state(NULL);
198 ERR_free_strings(); 198 ERR_free_strings();
199 CRYPTO_mem_leaks(bio_err);
200 BIO_free(bio_err); 199 BIO_free(bio_err);
201 bio_err = NULL; 200 bio_err = NULL;
202 201