[openssl-commits] [openssl] master update

matthias.st.pierre at ncp-e.com matthias.st.pierre at ncp-e.com
Thu Jun 21 23:05:44 UTC 2018


The branch master has been updated
       via  12bd4e141eac30543a790156154deca195ace1b7 (commit)
      from  7d79d13a564d5c065318aa47f4cd511eece449e8 (commit)


- Log -----------------------------------------------------------------
commit 12bd4e141eac30543a790156154deca195ace1b7
Author: Dr. Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
Date:   Thu Jun 21 23:32:38 2018 +0200

    testutil/driver.c: Fix function prototype warning [-Wstrict-prototypes]
    
    (introduced by commit 91860165820d, which added -Wstrict-prototypes)
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Kurt Roeckx <kurt at roeckx.be>
    (Merged from https://github.com/openssl/openssl/pull/6555)

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

Summary of changes:
 test/testutil/driver.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/testutil/driver.c b/test/testutil/driver.c
index 8d48333..0990734 100644
--- a/test/testutil/driver.c
+++ b/test/testutil/driver.c
@@ -74,7 +74,7 @@ int subtest_level(void)
 }
 
 #ifndef OPENSSL_NO_CRYPTO_MDEBUG
-static int should_report_leaks()
+static int should_report_leaks(void)
 {
     /*
      * When compiled with enable-crypto-mdebug, OPENSSL_DEBUG_MEMORY=0


More information about the openssl-commits mailing list