From f1688d07a488c81e7ea1d716b44a5652452614c7 Mon Sep 17 00:00:00 2001 From: tb Date: Mon, 9 Oct 2023 16:59:55 +0000 Subject: [PATCH] Use the usual text for X509_ALGOR_free() --- lib/libcrypto/man/X509_ALGOR_dup.3 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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 -- 2.20.1