-.\" $OpenBSD: OPENSSL_malloc.3,v 1.12 2024/03/19 17:48:57 tb Exp $
+.\" $OpenBSD: OPENSSL_malloc.3,v 1.13 2024/04/04 09:30:43 tb Exp $
.\"
.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
.\"
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 19 2024 $
+.Dd $Mdocdate: April 4 2024 $
.Dt OPENSSL_MALLOC 3
.Os
.Sh NAME
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 ,
.Xr strdup 3
functions.
.Pp
-The four
+The
.Fn OPENSSL_*
functions are implemented as macros.
.Sh RETURN VALUES