summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorlteo <>2014-04-24 04:36:08 +0000
committerlteo <>2014-04-24 04:36:08 +0000
commita48cf4b97c55c1f4c2959c8df99e8c3448eb9ad4 (patch)
tree65eff2c00a301c3199d8f15f30658b8420cad466 /src/lib
parentf0a36b9f78febba27b10781ea27c65ab1f85e385 (diff)
downloadopenbsd-a48cf4b97c55c1f4c2959c8df99e8c3448eb9ad4.tar.gz
openbsd-a48cf4b97c55c1f4c2959c8df99e8c3448eb9ad4.tar.bz2
openbsd-a48cf4b97c55c1f4c2959c8df99e8c3448eb9ad4.zip
Support for the -ssl2 option has been removed, so remove it from usage
as well ("openssl ciphers -h"). "sure" miod@
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libssl/src/apps/ciphers.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libssl/src/apps/ciphers.c b/src/lib/libssl/src/apps/ciphers.c
index e9712bc2c5..72a50e3f57 100644
--- a/src/lib/libssl/src/apps/ciphers.c
+++ b/src/lib/libssl/src/apps/ciphers.c
@@ -68,7 +68,6 @@ static const char *ciphers_usage[] = {
68 "usage: ciphers args\n", 68 "usage: ciphers args\n",
69 " -v - verbose mode, a textual listing of the SSL/TLS ciphers in OpenSSL\n", 69 " -v - verbose mode, a textual listing of the SSL/TLS ciphers in OpenSSL\n",
70 " -V - even more verbose\n", 70 " -V - even more verbose\n",
71 " -ssl2 - SSL2 mode\n",
72 " -ssl3 - SSL3 mode\n", 71 " -ssl3 - SSL3 mode\n",
73 " -tls1 - TLS1 mode\n", 72 " -tls1 - TLS1 mode\n",
74 NULL 73 NULL