From d808914bdc17a47e22e7adf00aa95bf465f95b4f Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 9 Oct 2023 16:59:55 +0000 Subject: Use the usual text for X509_ALGOR_free() --- src/lib/libcrypto/man/X509_ALGOR_dup.3 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/man/X509_ALGOR_dup.3 b/src/lib/libcrypto/man/X509_ALGOR_dup.3 index f20aea768b..56d9674c7c 100644 --- a/src/lib/libcrypto/man/X509_ALGOR_dup.3 +++ b/src/lib/libcrypto/man/X509_ALGOR_dup.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509_ALGOR_dup.3,v 1.17 2023/10/09 16:03:57 tb Exp $ +.\" $OpenBSD: X509_ALGOR_dup.3,v 1.18 2023/10/09 16:59:55 tb Exp $ .\" OpenSSL 4692340e Jun 7 15:49:08 2016 -0400 .\" .\" This file is a derived work. @@ -125,7 +125,13 @@ certificate revocation lists, and certificate requests. .Pp .Fn X509_ALGOR_free frees -.Fa alg . +.Fa alg +and any data contained in it. +If +.Fa alg +is +.Dv NULL , +no action occurs. .Pp .Fn X509_ALGOR_dup copies -- cgit v1.2.3-55-g6feb