summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authortb <>2023-10-09 16:59:55 +0000
committertb <>2023-10-09 16:59:55 +0000
commitd808914bdc17a47e22e7adf00aa95bf465f95b4f (patch)
tree45cecde493b127b65b17ffcd19c4e5d6e5e18f6d /src/lib
parenta1b98839c9452074424df1fda1c2bc281f4c4810 (diff)
downloadopenbsd-d808914bdc17a47e22e7adf00aa95bf465f95b4f.tar.gz
openbsd-d808914bdc17a47e22e7adf00aa95bf465f95b4f.tar.bz2
openbsd-d808914bdc17a47e22e7adf00aa95bf465f95b4f.zip
Use the usual text for X509_ALGOR_free()
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/man/X509_ALGOR_dup.310
1 files changed, 8 insertions, 2 deletions
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 @@
1.\" $OpenBSD: X509_ALGOR_dup.3,v 1.17 2023/10/09 16:03:57 tb Exp $ 1.\" $OpenBSD: X509_ALGOR_dup.3,v 1.18 2023/10/09 16:59:55 tb Exp $
2.\" OpenSSL 4692340e Jun 7 15:49:08 2016 -0400 2.\" OpenSSL 4692340e Jun 7 15:49:08 2016 -0400
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -125,7 +125,13 @@ certificate revocation lists, and certificate requests.
125.Pp 125.Pp
126.Fn X509_ALGOR_free 126.Fn X509_ALGOR_free
127frees 127frees
128.Fa alg . 128.Fa alg
129and any data contained in it.
130If
131.Fa alg
132is
133.Dv NULL ,
134no action occurs.
129.Pp 135.Pp
130.Fn X509_ALGOR_dup 136.Fn X509_ALGOR_dup
131copies 137copies