From: Rich Salz Date: Thu, 7 Jan 2016 21:16:22 +0000 (-0500) Subject: Fix another build break for no-mem-debug X-Git-Tag: OpenSSL_1_1_0-pre2~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b0a09f9cc169647d93cc2a38c7274684e35f723;p=thirdparty%2Fopenssl.git Fix another build break for no-mem-debug Reviewed-by: Richard Levitte --- diff --git a/test/danetest.c b/test/danetest.c index 2c7c3c621a9..f46adadd400 100644 --- a/test/danetest.c +++ b/test/danetest.c @@ -527,7 +527,9 @@ end: ERR_free_strings(); ERR_remove_thread_state(NULL); EVP_cleanup(); +#ifdef CRYPTO_MDEBUG CRYPTO_mem_leaks(bio_err); +#endif BIO_free(bio_err); EXIT(ret); }