From 3b7a71b2f026702877d8cf4240996f71ae2ff55a Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Fri, 29 Apr 2016 08:52:55 -0500 Subject: [PATCH] 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) --- 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 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 */ -- 2.25.1