From: Matt Caswell Date: Thu, 29 Mar 2018 09:45:42 +0000 (+0100) Subject: Fix some errors in the mem leaks docs X-Git-Tag: OpenSSL_1_1_0i~209 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c255668c61e6b4800aa9c6e293a12942eccf511b;p=oweals%2Fopenssl.git Fix some errors in the mem leaks docs Reviewed-by: Bernd Edlinger (Merged from https://github.com/openssl/openssl/pull/5795) --- diff --git a/doc/crypto/OPENSSL_malloc.pod b/doc/crypto/OPENSSL_malloc.pod index 2104f43108..7bc3168ee3 100644 --- a/doc/crypto/OPENSSL_malloc.pod +++ b/doc/crypto/OPENSSL_malloc.pod @@ -68,8 +68,8 @@ CRYPTO_mem_leaks, CRYPTO_mem_leaks_fp - Memory allocation functions int CRYPTO_mem_debug_push(const char *info, const char *file, int line); int CRYPTO_mem_debug_pop(void); - void CRYPTO_mem_leaks(BIO *b); - void CRYPTO_mem_leaks_fp(FILE *fp); + int CRYPTO_mem_leaks(BIO *b); + int CRYPTO_mem_leaks_fp(FILE *fp); =head1 DESCRIPTION