summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2025-03-09 14:18:24 +0000
committertb <>2025-03-09 14:18:24 +0000
commit77bd8b3903f6a7c7c5714f242d8ce5654fc26538 (patch)
tree6152beeaf10e24828e47bb006821c88546ee69bf /src
parenta8bc62283dde492a8b24ae55cd59375ad3bffae7 (diff)
downloadopenbsd-77bd8b3903f6a7c7c5714f242d8ce5654fc26538.tar.gz
openbsd-77bd8b3903f6a7c7c5714f242d8ce5654fc26538.tar.bz2
openbsd-77bd8b3903f6a7c7c5714f242d8ce5654fc26538.zip
X509_NAME_print_ex.3: move s to the proper place
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.