X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Fcrypto.h;h=7a45699a62843baff1dee3f3096e44d46835a0ef;hp=5de0f504db14ee4c831f2bc5fa1ead08a5e76bda;hb=4e482ae6ff62dd992354cad61dd3d81d55b6e204;hpb=c2e27310c790c0dd2f87dd420e65e0cca522ddb2 diff --git a/include/openssl/crypto.h b/include/openssl/crypto.h index 5de0f504db..7a45699a62 100644 --- a/include/openssl/crypto.h +++ b/include/openssl/crypto.h @@ -509,9 +509,9 @@ void CRYPTO_mem_debug_realloc(void *addr1, void *addr2, size_t num, int flag, void CRYPTO_mem_debug_free(void *addr, int flag); # ifndef OPENSSL_NO_STDIO -void CRYPTO_mem_leaks_fp(FILE *); +int CRYPTO_mem_leaks_fp(FILE *); # endif -void CRYPTO_mem_leaks(struct bio_st *bio); +int CRYPTO_mem_leaks(struct bio_st *bio); # endif /* die if we have to */