Index | Thread | Search

From:
Theo Buehler <tb@theobuehler.org>
Subject:
Re: [PATCH] Fix incorrect numbers in OPENSSL_malloc.3
To:
Vincent Lee <vincent@vincent-lee.net>
Cc:
tech@openbsd.org
Date:
Thu, 4 Apr 2024 20:16:58 +1100

Download raw body.

Thread
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