summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/openssl.1
diff options
context:
space:
mode:
authortb <>2023-07-23 11:20:11 +0000
committertb <>2023-07-23 11:20:11 +0000
commita50c7c74b92512423af455aa73f495ebf050f4a3 (patch)
treef07e7db5afdc1f539d999e6a3cb6c69ceb2716f9 /src/usr.bin/openssl/openssl.1
parent729e35d2be4f278d1700e348499088f1b459db97 (diff)
downloadopenbsd-a50c7c74b92512423af455aa73f495ebf050f4a3.tar.gz
openbsd-a50c7c74b92512423af455aa73f495ebf050f4a3.tar.bz2
openbsd-a50c7c74b92512423af455aa73f495ebf050f4a3.zip
Remove -stats option from openssl(1) errstr.
This is the only consumer of ERR_get_string_table(), which will go away. ok jsing
Diffstat (limited to 'src/usr.bin/openssl/openssl.1')
-rw-r--r--src/usr.bin/openssl/openssl.111
1 files changed, 2 insertions, 9 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1
index 4023061d16..da4c4ffefc 100644
--- a/src/usr.bin/openssl/openssl.1
+++ b/src/usr.bin/openssl/openssl.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: openssl.1,v 1.150 2023/07/03 08:37:22 jmc Exp $ 1.\" $OpenBSD: openssl.1,v 1.151 2023/07/23 11:20:11 tb Exp $
2.\" ==================================================================== 2.\" ====================================================================
3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
4.\" 4.\"
@@ -110,7 +110,7 @@
110.\" copied and put under another distribution licence 110.\" copied and put under another distribution licence
111.\" [including the GNU Public Licence.] 111.\" [including the GNU Public Licence.]
112.\" 112.\"
113.Dd $Mdocdate: July 3 2023 $ 113.Dd $Mdocdate: July 23 2023 $
114.Dt OPENSSL 1 114.Dt OPENSSL 1
115.Os 115.Os
116.Sh NAME 116.Sh NAME
@@ -2300,7 +2300,6 @@ Print extra details about the processing.
2300.Tg errstr 2300.Tg errstr
2301.Sh ERRSTR 2301.Sh ERRSTR
2302.Nm openssl errstr 2302.Nm openssl errstr
2303.Op Fl stats
2304.Ar errno ... 2303.Ar errno ...
2305.Pp 2304.Pp
2306The 2305The
@@ -2322,12 +2321,6 @@ The remaining fields
2322and 2321and
2323.Bq reason string 2322.Bq reason string
2324are all ASCII text. 2323are all ASCII text.
2325.Pp
2326The options are as follows:
2327.Bl -tag -width Ds
2328.It Fl stats
2329Print debugging statistics about various aspects of the hash table.
2330.El
2331.Tg gendsa 2324.Tg gendsa
2332.Sh GENDSA 2325.Sh GENDSA
2333.Bl -hang -width "openssl gendsa" 2326.Bl -hang -width "openssl gendsa"