summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/dsa
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/dsa')
-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