The branch master has been updated
       via  7b0a09f9cc169647d93cc2a38c7274684e35f723 (commit)
      from  ebd8df0ed8a2f39a63662a5246df9e00e240efec (commit)


- Log -----------------------------------------------------------------
commit 7b0a09f9cc169647d93cc2a38c7274684e35f723
Author: Rich Salz <[email protected]>
Date:   Thu Jan 7 16:16:22 2016 -0500

    Fix another build break for no-mem-debug
    
    Reviewed-by: Richard Levitte <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 test/danetest.c | 2 ++
 1 file changed, 2 insertions(+)

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);
 }
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to