diff options
author | Rich Salz <rsalz@openssl.org> | 2016-01-07 22:16:22 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-01-07 22:16:34 +0100 |
commit | 7b0a09f9cc169647d93cc2a38c7274684e35f723 (patch) | |
tree | 94bba5ee71e9727cd6766fd957ca04d232100b9c /test/danetest.c | |
parent | Fix build-break; 'make update' (diff) | |
download | openssl-7b0a09f9cc169647d93cc2a38c7274684e35f723.tar.xz openssl-7b0a09f9cc169647d93cc2a38c7274684e35f723.zip |
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.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/danetest.c b/test/danetest.c index 2c7c3c621a..f46adadd40 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); } |