summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2021-10-26 12:45:31 +0000
committerschwarze <>2021-10-26 12:45:31 +0000
commit0c2dcabbe587b45ba58b79298cc4798405672592 (patch)
tree53804071612dabe598781c7ef00e9270571557e3
parent53b1fe7c3ba3ab4556b524551fd5e1818a9267c0 (diff)
downloadopenbsd-0c2dcabbe587b45ba58b79298cc4798405672592.tar.gz
openbsd-0c2dcabbe587b45ba58b79298cc4798405672592.tar.bz2
openbsd-0c2dcabbe587b45ba58b79298cc4798405672592.zip
correct a wrong function name below RETURN VALUES
-rw-r--r--src/lib/libcrypto/man/EVP_PKEY_add1_attr.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/EVP_PKEY_add1_attr.3 b/src/lib/libcrypto/man/EVP_PKEY_add1_attr.3
index 8d30c40b68..ea401c33a2 100644
--- a/src/lib/libcrypto/man/EVP_PKEY_add1_attr.3
+++ b/src/lib/libcrypto/man/EVP_PKEY_add1_attr.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EVP_PKEY_add1_attr.3,v 1.1 2021/10/22 15:50:19 schwarze Exp $ 1.\" $OpenBSD: EVP_PKEY_add1_attr.3,v 1.2 2021/10/26 12:45:31 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: October 22 2021 $ 17.Dd $Mdocdate: October 26 2021 $
18.Dt EVP_PKEY_ADD1_ATTR 3 18.Dt EVP_PKEY_ADD1_ATTR 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -148,7 +148,7 @@ return 1 for success or 0 for failure.
148.Pp 148.Pp
149.Fn EVP_PKEY_delete_attr 149.Fn EVP_PKEY_delete_attr
150and 150and
151.Fn X509at_get_attr 151.Fn EVP_PKEY_get_attr
152return the deleted or requested attribute or 152return the deleted or requested attribute or
153.Dv NULL 153.Dv NULL
154if the requested index is negative or greater than or equal to 154if the requested index is negative or greater than or equal to