aboutsummaryrefslogtreecommitdiff
path: root/test/danetest.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-01-07 16:16:22 -0500
committerRich Salz <rsalz@openssl.org>2016-01-07 16:16:34 -0500
commit7b0a09f9cc169647d93cc2a38c7274684e35f723 (patch)
tree94bba5ee71e9727cd6766fd957ca04d232100b9c /test/danetest.c
parentebd8df0ed8a2f39a63662a5246df9e00e240efec (diff)
downloadopenssl-7b0a09f9cc169647d93cc2a38c7274684e35f723.zip
openssl-7b0a09f9cc169647d93cc2a38c7274684e35f723.tar.gz
openssl-7b0a09f9cc169647d93cc2a38c7274684e35f723.tar.bz2
Fix another build break for no-mem-debug
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/danetest.c')
-rw-r--r--test/danetest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/danetest.c b/test/danetest.c
index 2c7c3c6..f46adad 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);
}