Skip to content

Commit

Permalink
Make header signature of CRYPTO_mem_leaks BIO instead of struct bio_st
Browse files Browse the repository at this point in the history
Reviewed-by: Rich Salz <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
(Merged from openssl#1012)
  • Loading branch information
reaperhulk authored and mattcaswell committed Apr 29, 2016
1 parent 87a8405 commit 3b7a71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/openssl/crypto.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 3b7a71b

Please sign in to comment.