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:
parent
87a8405b66
commit
3b7a71b2f0
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue