diff options
author | schwarze <> | 2024-12-27 15:30:17 +0000 |
---|---|---|
committer | schwarze <> | 2024-12-27 15:30:17 +0000 |
commit | eb9d62d3efc9d950f259707d96c9bcea080916de (patch) | |
tree | 9ae5a375a7e7eafdcdf64dba7839ddfb9da14bfa /src/lib/libcrypto/man/ASN1_STRING_length.3 | |
parent | cf0dbf319ca195bdde8d8d462e3573dd6f013e0a (diff) | |
download | openbsd-eb9d62d3efc9d950f259707d96c9bcea080916de.tar.gz openbsd-eb9d62d3efc9d950f259707d96c9bcea080916de.tar.bz2 openbsd-eb9d62d3efc9d950f259707d96c9bcea080916de.zip |
new manual page a2i_ipadd(3) written from scratch
Diffstat (limited to 'src/lib/libcrypto/man/ASN1_STRING_length.3')
-rw-r--r-- | src/lib/libcrypto/man/ASN1_STRING_length.3 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/ASN1_STRING_length.3 b/src/lib/libcrypto/man/ASN1_STRING_length.3 index 20834e081a..0c397607a9 100644 --- a/src/lib/libcrypto/man/ASN1_STRING_length.3 +++ b/src/lib/libcrypto/man/ASN1_STRING_length.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ASN1_STRING_length.3,v 1.29 2021/12/14 19:36:18 schwarze Exp $ | 1 | .\" $OpenBSD: ASN1_STRING_length.3,v 1.30 2024/12/27 15:30:17 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL 24a535ea Sep 22 13:14:20 2020 +0100 | 2 | .\" full merge up to: OpenSSL 24a535ea Sep 22 13:14:20 2020 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
@@ -66,7 +66,7 @@ | |||
66 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 66 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
67 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 67 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
68 | .\" | 68 | .\" |
69 | .Dd $Mdocdate: December 14 2021 $ | 69 | .Dd $Mdocdate: December 27 2024 $ |
70 | .Dt ASN1_STRING_LENGTH 3 | 70 | .Dt ASN1_STRING_LENGTH 3 |
71 | .Os | 71 | .Os |
72 | .Sh NAME | 72 | .Sh NAME |
@@ -401,11 +401,14 @@ and | |||
401 | the reason can be determined with | 401 | the reason can be determined with |
402 | .Xr ERR_get_error 3 . | 402 | .Xr ERR_get_error 3 . |
403 | .Sh SEE ALSO | 403 | .Sh SEE ALSO |
404 | .Xr a2i_ASN1_STRING 3 , | ||
405 | .Xr a2i_ipadd 3 , | ||
404 | .Xr ASN1_BIT_STRING_set 3 , | 406 | .Xr ASN1_BIT_STRING_set 3 , |
405 | .Xr ASN1_mbstring_copy 3 , | 407 | .Xr ASN1_mbstring_copy 3 , |
406 | .Xr ASN1_PRINTABLE_type 3 , | 408 | .Xr ASN1_PRINTABLE_type 3 , |
407 | .Xr ASN1_STRING_new 3 , | 409 | .Xr ASN1_STRING_new 3 , |
408 | .Xr ASN1_UNIVERSALSTRING_to_string 3 | 410 | .Xr ASN1_UNIVERSALSTRING_to_string 3 , |
411 | .Xr s2i_ASN1_INTEGER 3 | ||
409 | .Sh HISTORY | 412 | .Sh HISTORY |
410 | .Fn ASN1_STRING_cmp , | 413 | .Fn ASN1_STRING_cmp , |
411 | .Fn ASN1_STRING_dup , | 414 | .Fn ASN1_STRING_dup , |