diff options
-rw-r--r-- | src/lib/libcrypto/man/ASIdentifiers_new.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/ASIdentifiers_new.3 b/src/lib/libcrypto/man/ASIdentifiers_new.3 index 828cda6ec6..262c760f17 100644 --- a/src/lib/libcrypto/man/ASIdentifiers_new.3 +++ b/src/lib/libcrypto/man/ASIdentifiers_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ASIdentifiers_new.3,v 1.1 2023/09/25 01:14:34 tb Exp $ | 1 | .\" $OpenBSD: ASIdentifiers_new.3,v 1.2 2023/09/25 11:12:08 tb Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2021 Theo Buehler <tb@openbsd.org> | 3 | .\" Copyright (c) 2021 Theo Buehler <tb@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -75,11 +75,11 @@ and | |||
75 | .Fn i2d_ASIdentifiers | 75 | .Fn i2d_ASIdentifiers |
76 | decode and encode ASN.1 | 76 | decode and encode ASN.1 |
77 | .Vt ASIdentifiers | 77 | .Vt ASIdentifiers |
78 | structures as defined in RFC 3779, section 3.2.3.1. | 78 | objects as defined in RFC 3779, section 3.2.3.1. |
79 | For details about the semantics, examples, caveats, and bugs, see | 79 | For details about the semantics, examples, caveats, and bugs, see |
80 | .Xr ASN1_item_d2i 3 . | 80 | .Xr ASN1_item_d2i 3 . |
81 | In order for the encoding produced by | 81 | In order for the encoding produced by |
82 | .Fn d2i_ASIdentifiers | 82 | .Fn i2d_ASIdentifiers |
83 | to conform to RFC 3779, | 83 | to conform to RFC 3779, |
84 | .Fa asid | 84 | .Fa asid |
85 | must be in | 85 | must be in |