From f8a2fc21e186f82477e86fa236a08c984f6ad143 Mon Sep 17 00:00:00 2001 From: tb Date: Mon, 2 Sep 2024 07:45:09 +0000 Subject: [PATCH] More X509at_* removal --- lib/libcrypto/man/PKCS8_pkey_set0.3 | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/lib/libcrypto/man/PKCS8_pkey_set0.3 b/lib/libcrypto/man/PKCS8_pkey_set0.3 index 975f3fbebd4..f3d5a294c30 100644 --- a/lib/libcrypto/man/PKCS8_pkey_set0.3 +++ b/lib/libcrypto/man/PKCS8_pkey_set0.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: PKCS8_pkey_set0.3,v 1.2 2021/10/25 13:48:12 schwarze Exp $ +.\" $OpenBSD: PKCS8_pkey_set0.3,v 1.3 2024/09/02 07:45:09 tb Exp $ .\" .\" Copyright (c) 2021 Ingo Schwarze .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 25 2021 $ +.Dd $Mdocdate: September 2 2024 $ .Dt PKCS8_PKEY_SET0 3 .Os .Sh NAME @@ -120,9 +120,7 @@ is set to the number of bytes in creates a new X.501 Attribute object using .Xr X509_ATTRIBUTE_create_by_NID 3 and appends it to the attributes of -.Fa keyinfo -using -.Xr X509at_add1_attr 3 . +.Fa keyinfo . .Sh RETURN VALUES .Fn PKCS8_pkey_set0 and @@ -146,9 +144,7 @@ if no attributes are set. .Xr STACK_OF 3 , .Xr X509_ALGOR_new 3 , .Xr X509_ATTRIBUTE_create_by_NID 3 , -.Xr X509_ATTRIBUTE_new 3 , -.Xr X509at_add1_attr 3 , -.Xr X509at_get_attr 3 +.Xr X509_ATTRIBUTE_new 3 .Sh HISTORY .Fn PKCS8_pkey_set0 and -- 2.20.1