From: Paul Kehrer Date: Fri, 29 Apr 2016 13:52:55 +0000 (-0500) Subject: Make header signature of CRYPTO_mem_leaks BIO instead of struct bio_st X-Git-Tag: OpenSSL_1_1_0-pre6~993 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b7a71b2f026702877d8cf4240996f71ae2ff55a;p=openssl Make header signature of CRYPTO_mem_leaks BIO instead of struct bio_st Reviewed-by: Rich Salz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/1012) --- diff --git a/include/openssl/crypto.h b/include/openssl/crypto.h index 968b1b3928..2cee894718 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 */