[openssl-commits] [openssl] OpenSSL_1_1_0-stable update
Matt Caswell
matt at openssl.org
Tue Apr 3 15:19:27 UTC 2018
The branch OpenSSL_1_1_0-stable has been updated
via c255668c61e6b4800aa9c6e293a12942eccf511b (commit)
from afa2a54bb99e4260100a6abdb72f83f97824f2e7 (commit)
- Log -----------------------------------------------------------------
commit c255668c61e6b4800aa9c6e293a12942eccf511b
Author: Matt Caswell <matt at openssl.org>
Date: Thu Mar 29 10:45:42 2018 +0100
Fix some errors in the mem leaks docs
Reviewed-by: Bernd Edlinger <bernd.edlinger at hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/5795)
-----------------------------------------------------------------------
Summary of changes:
doc/crypto/OPENSSL_malloc.pod | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/crypto/OPENSSL_malloc.pod b/doc/crypto/OPENSSL_malloc.pod
index 2104f43..7bc3168 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
More information about the openssl-commits
mailing list