summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/a2d_ASN1_OBJECT.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/man/a2d_ASN1_OBJECT.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/a2d_ASN1_OBJECT.3 b/src/lib/libcrypto/man/a2d_ASN1_OBJECT.3
index 8cf6489614..274d93cbd4 100644
--- a/src/lib/libcrypto/man/a2d_ASN1_OBJECT.3
+++ b/src/lib/libcrypto/man/a2d_ASN1_OBJECT.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: a2d_ASN1_OBJECT.3,v 1.1 2021/11/22 14:00:27 schwarze Exp $ 1.\" $OpenBSD: a2d_ASN1_OBJECT.3,v 1.2 2022/01/01 02:06:07 jsg 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: November 22 2021 $ 17.Dd $Mdocdate: January 1 2022 $
18.Dt A2D_ASN1_OBJECT 3 18.Dt A2D_ASN1_OBJECT 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -63,7 +63,7 @@ returns the number of content octets that were or would be written or 0 if
63.Fa ilen 63.Fa ilen
64is 0, if 64is 0, if
65.Fa val_in 65.Fa val_in
66is not a valid representation of an object identfier, 66is not a valid representation of an object identifier,
67if memory allocation fails, or if the number of content octets 67if memory allocation fails, or if the number of content octets
68would be larger than 68would be larger than
69.Fa olen . 69.Fa olen .