-/* $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.
*
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;
-/* $OpenBSD: ectest.c,v 1.22 2023/11/19 13:11:05 tb Exp $ */
+/* $OpenBSD: ectest.c,v 1.23 2024/02/29 20:04:43 tb Exp $ */
/*
* Originally written by Bodo Moeller for the OpenSSL project.
*/
CRYPTO_cleanup_all_ex_data();
ERR_free_strings();
ERR_remove_thread_state(NULL);
- CRYPTO_mem_leaks_fp(stderr);
return 0;
}
-/* $OpenBSD: evptest.c,v 1.13 2023/11/19 13:11:06 tb Exp $ */
+/* $OpenBSD: evptest.c,v 1.14 2024/02/29 20:04:43 tb Exp $ */
/* Written by Ben Laurie, 2001 */
/*
* Copyright (c) 2001 The OpenSSL Project. All rights reserved.
CRYPTO_cleanup_all_ex_data();
ERR_remove_thread_state(NULL);
ERR_free_strings();
- CRYPTO_mem_leaks_fp(stderr);
return 0;
}