提交 3b7a71b2 编写于 作者: P Paul Kehrer 提交者: Matt Caswell

Make header signature of CRYPTO_mem_leaks BIO instead of struct bio_st

Reviewed-by: NRich Salz <rsalz@openssl.org>
Reviewed-by: NMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1012)
上级 87a8405b
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册