Make header signature of CRYPTO_mem_leaks BIO instead of struct bio_st

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1012)
This commit is contained in:
Paul Kehrer 2016-04-29 08:52:55 -05:00 committed by Matt Caswell
parent 87a8405b66
commit 3b7a71b2f0

View file

@ -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 */