aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/crypto.h
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-04-29 08:52:55 -0500
committerMatt Caswell <matt@openssl.org>2016-04-29 16:42:44 +0100
commit3b7a71b2f026702877d8cf4240996f71ae2ff55a (patch)
treeb93fe6ac03960d2ca4fc3e7669e5c4effd1684b8 /include/openssl/crypto.h
parent87a8405b66e94cbfc40c44104c3b52f342a623d5 (diff)
downloadopenssl-3b7a71b2f026702877d8cf4240996f71ae2ff55a.zip
openssl-3b7a71b2f026702877d8cf4240996f71ae2ff55a.tar.gz
openssl-3b7a71b2f026702877d8cf4240996f71ae2ff55a.tar.bz2
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)
Diffstat (limited to 'include/openssl/crypto.h')
-rw-r--r--include/openssl/crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/crypto.h b/include/openssl/crypto.h
index 968b1b3..2cee894 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 */