Download raw body.
[PATCH] Fix incorrect numbers in OPENSSL_malloc.3
On Thu, Apr 04, 2024 at 01:11:18AM -0700, Vincent Lee wrote:
> The previous change to the file removed docs for {CRYPTO_OPENSSL}_realloc but didn't update these numbers.
Thanks. I don't think these numbers are useful. So I think this is the
better fix:
Index: OPENSSL_malloc.3
===================================================================
RCS file: /cvs/src/lib/libcrypto/man/OPENSSL_malloc.3,v
diff -u -p -r1.12 OPENSSL_malloc.3
--- OPENSSL_malloc.3 19 Mar 2024 17:48:57 -0000 1.12
+++ OPENSSL_malloc.3 4 Apr 2024 09:15:12 -0000
@@ -61,7 +61,7 @@
Do not use any of the interfaces documented here in new code.
They are provided purely for compatibility with legacy application code.
.Pp
-All 8 of these functions are wrappers around the corresponding
+These functions are wrappers around the corresponding
standard
.Xr malloc 3 ,
.Xr free 3 ,
@@ -69,7 +69,7 @@ and
.Xr strdup 3
functions.
.Pp
-The four
+The
.Fn OPENSSL_*
functions are implemented as macros.
.Sh RETURN VALUES
[PATCH] Fix incorrect numbers in OPENSSL_malloc.3