[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Thu Jan 7 21:16:41 UTC 2016


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


- Log -----------------------------------------------------------------
commit 7b0a09f9cc169647d93cc2a38c7274684e35f723
Author: Rich Salz <rsalz at openssl.org>
Date:   Thu Jan 7 16:16:22 2016 -0500

    Fix another build break for no-mem-debug
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>

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

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);
 }


More information about the openssl-commits mailing list