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
commit5b6de8e01cb12a35758d9cb167ea32baa20c5a1f (patch)
treeb74bd81227a1247d0828e68d0e3acf841f63f2ab /src/regress/lib/libcrypto/dsa/dsatest.c
parent6a7e35a08c8b5c9fe1db95ac961639c39490ff17 (diff)
downloadopenbsd-5b6de8e01cb12a35758d9cb167ea32baa20c5a1f.tar.gz
openbsd-5b6de8e01cb12a35758d9cb167ea32baa20c5a1f.tar.bz2
openbsd-5b6de8e01cb12a35758d9cb167ea32baa20c5a1f.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