[openssl-commits] [openssl] master update

Matt Caswell matt at openssl.org
Fri Apr 29 15:45:29 UTC 2016


The branch master has been updated
       via  3b7a71b2f026702877d8cf4240996f71ae2ff55a (commit)
      from  87a8405b66e94cbfc40c44104c3b52f342a623d5 (commit)


- Log -----------------------------------------------------------------
commit 3b7a71b2f026702877d8cf4240996f71ae2ff55a
Author: Paul Kehrer <paul.l.kehrer at gmail.com>
Date:   Fri Apr 29 08:52:55 2016 -0500

    Make header signature of CRYPTO_mem_leaks BIO instead of struct bio_st
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/1012)

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

Summary of changes:
 include/openssl/crypto.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/openssl/crypto.h b/include/openssl/crypto.h
index 968b1b3..2cee894 100644
--- a/include/openssl/crypto.h
+++ b/include/openssl/crypto.h
@@ -409,7 +409,7 @@ void CRYPTO_mem_debug_free(void *addr, int flag,
 #  ifndef OPENSSL_NO_STDIO
 int CRYPTO_mem_leaks_fp(FILE *);
 #  endif
-int CRYPTO_mem_leaks(struct bio_st *bio);
+int CRYPTO_mem_leaks(BIO *bio);
 # endif
 
 /* die if we have to */


More information about the openssl-commits mailing list