Make header signature of CRYPTO_mem_leaks BIO instead of struct bio_st
authorPaul Kehrer <paul.l.kehrer@gmail.com>
Fri, 29 Apr 2016 13:52:55 +0000 (08:52 -0500)
committerMatt Caswell <matt@openssl.org>
Fri, 29 Apr 2016 15:42:44 +0000 (16:42 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1012)

include/openssl/crypto.h

index 968b1b39281a31995c2bc22c289bae85cc758bef..2cee8947186ffa877d773bfd5460b7b741359b4b 100644 (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 */