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


- Log -----------------------------------------------------------------
commit 12bd4e141eac30543a790156154deca195ace1b7
Author: Dr. Matthias St. Pierre <matthias.st.pie...@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 <levi...@openssl.org>
    Reviewed-by: Kurt Roeckx <k...@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
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to