diff options
author | tb <> | 2023-07-27 07:01:50 +0000 |
---|---|---|
committer | tb <> | 2023-07-27 07:01:50 +0000 |
commit | 74e29e29a715efa5cc5edec834b19dbf7597aaa3 (patch) | |
tree | 8a5351e84224adbf4a3243b5fee9fa42d7a4121b /src/usr.bin/openssl/openssl.1 | |
parent | c9ae1f3a7087667216308d69c572449f42a3570e (diff) | |
download | openbsd-74e29e29a715efa5cc5edec834b19dbf7597aaa3.tar.gz openbsd-74e29e29a715efa5cc5edec834b19dbf7597aaa3.tar.bz2 openbsd-74e29e29a715efa5cc5edec834b19dbf7597aaa3.zip |
Remove antiquated options output
This is uninteresting and rather meaningless except for the implementer.
No need to have several hundred lines of code backing half a dozen symbols
in the public API for this.
ok jsing
Diffstat (limited to 'src/usr.bin/openssl/openssl.1')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index da4c4ffefc..be060a3e54 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.151 2023/07/23 11:20:11 tb Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.152 2023/07/27 07:01:50 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 23 2023 $ | 113 | .Dd $Mdocdate: July 27 2023 $ |
114 | .Dt OPENSSL 1 | 114 | .Dt OPENSSL 1 |
115 | .Os | 115 | .Os |
116 | .Sh NAME | 116 | .Sh NAME |
@@ -6049,7 +6049,7 @@ itself, then 1 for the CA that signed the certificate and so on. | |||
6049 | .Tg version | 6049 | .Tg version |
6050 | .Sh VERSION | 6050 | .Sh VERSION |
6051 | .Nm openssl version | 6051 | .Nm openssl version |
6052 | .Op Fl abdfopv | 6052 | .Op Fl abdfpv |
6053 | .Pp | 6053 | .Pp |
6054 | The | 6054 | The |
6055 | .Nm version | 6055 | .Nm version |
@@ -6069,8 +6069,6 @@ was built. | |||
6069 | setting. | 6069 | setting. |
6070 | .It Fl f | 6070 | .It Fl f |
6071 | Compilation flags. | 6071 | Compilation flags. |
6072 | .It Fl o | ||
6073 | Option information: various options set when the library was built. | ||
6074 | .It Fl p | 6072 | .It Fl p |
6075 | Platform setting. | 6073 | Platform setting. |
6076 | .It Fl v | 6074 | .It Fl v |