Commit 3b7a71b2 authored by Paul Kehrer's avatar Paul Kehrer Committed by Matt Caswell
Browse files

Make header signature of CRYPTO_mem_leaks BIO instead of struct bio_st

parent 87a8405b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */