From: tb Date: Mon, 9 Oct 2023 16:59:55 +0000 (+0000) Subject: Use the usual text for X509_ALGOR_free() X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f1688d07a488c81e7ea1d716b44a5652452614c7;p=openbsd Use the usual text for X509_ALGOR_free() --- diff --git a/lib/libcrypto/man/X509_ALGOR_dup.3 b/lib/libcrypto/man/X509_ALGOR_dup.3 index f20aea768b4..56d9674c7c0 100644 --- a/lib/libcrypto/man/X509_ALGOR_dup.3 +++ b/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