diff options
Diffstat (limited to 'src/lib/libcrypto/man/s2i_ASN1_INTEGER.3')
-rw-r--r-- | src/lib/libcrypto/man/s2i_ASN1_INTEGER.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/s2i_ASN1_INTEGER.3 b/src/lib/libcrypto/man/s2i_ASN1_INTEGER.3 index 5455b5d224..0aae94e07d 100644 --- a/src/lib/libcrypto/man/s2i_ASN1_INTEGER.3 +++ b/src/lib/libcrypto/man/s2i_ASN1_INTEGER.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: s2i_ASN1_INTEGER.3,v 1.7 2024/12/23 03:03:45 schwarze Exp $ | 1 | .\" $OpenBSD: s2i_ASN1_INTEGER.3,v 1.8 2024/12/24 09:48:56 schwarze Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org> | 3 | .\" Copyright (c) 2023 Theo Buehler <tb@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: December 23 2024 $ | 17 | .Dd $Mdocdate: December 24 2024 $ |
18 | .Dt S2I_ASN1_INTEGER 3 | 18 | .Dt S2I_ASN1_INTEGER 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -200,6 +200,7 @@ Error codes can sometimes be obtained by | |||
200 | .Xr ASN1_INTEGER_to_BN 3 , | 200 | .Xr ASN1_INTEGER_to_BN 3 , |
201 | .Xr ASN1_OCTET_STRING_new 3 , | 201 | .Xr ASN1_OCTET_STRING_new 3 , |
202 | .Xr crypto 3 , | 202 | .Xr crypto 3 , |
203 | .Xr v2i_ASN1_BIT_STRING 3 , | ||
203 | .Xr X509V3_get_d2i 3 | 204 | .Xr X509V3_get_d2i 3 |
204 | .Sh HISTORY | 205 | .Sh HISTORY |
205 | These functions first appeared in OpenSSL 0.9.4 and | 206 | These functions first appeared in OpenSSL 0.9.4 and |