Fix some errors in the mem leaks docs
authorMatt Caswell <matt@openssl.org>
Thu, 29 Mar 2018 09:45:42 +0000 (10:45 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 3 Apr 2018 15:18:57 +0000 (16:18 +0100)
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/5795)

doc/crypto/OPENSSL_malloc.pod

index 2104f43108f1506e62a59e6fc56470fa40717589..7bc3168ee34434a06e74cc67e29389d101c960c5 100644 (file)
@@ -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