summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/X509_NAME_print_ex.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/X509_NAME_print_ex.3 b/src/lib/libcrypto/man/X509_NAME_print_ex.3
index 6634e6f585..dc8706994c 100644
--- a/src/lib/libcrypto/man/X509_NAME_print_ex.3
+++ b/src/lib/libcrypto/man/X509_NAME_print_ex.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509_NAME_print_ex.3,v 1.15 2025/03/09 14:02:46 tb Exp $ 1.\" $OpenBSD: X509_NAME_print_ex.3,v 1.16 2025/03/09 14:18:24 tb Exp $
2.\" full merge up to: OpenSSL aebb9aac Jul 19 09:27:53 2016 -0400 2.\" full merge up to: OpenSSL aebb9aac Jul 19 09:27:53 2016 -0400
3.\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 3.\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800
4.\" 4.\"
@@ -121,7 +121,7 @@ bytes will be written, including the ending NUL, and
121is returned. 121is returned.
122.Pp 122.Pp
123.Fn X509_NAME_oneline 123.Fn X509_NAME_oneline
124is a legacy functions which produce a non-standard output form. 124is a legacy function which produces a non-standard output form.
125It doesn't handle multi-character fields and has various quirks 125It doesn't handle multi-character fields and has various quirks
126and inconsistencies. 126and inconsistencies.
127Its use is strongly discouraged in new applications. 127Its use is strongly discouraged in new applications.