diff options
author | 2014-04-24 04:36:08 +0000 | |
---|---|---|
committer | 2014-04-24 04:36:08 +0000 | |
commit | 97d40bd95a1f59ce0b1f58af90da47b8fac5809c (patch) | |
tree | c14c0c2cd353cd14150d8202265bb000039f69cd | |
parent | on today's episode of things you didn't want to learn: (diff) | |
download | wireguard-openbsd-97d40bd95a1f59ce0b1f58af90da47b8fac5809c.tar.xz wireguard-openbsd-97d40bd95a1f59ce0b1f58af90da47b8fac5809c.zip |
Support for the -ssl2 option has been removed, so remove it from usage
as well ("openssl ciphers -h").
"sure" miod@
-rw-r--r-- | lib/libssl/src/apps/ciphers.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libssl/src/apps/ciphers.c b/lib/libssl/src/apps/ciphers.c index e9712bc2c5d..72a50e3f578 100644 --- a/lib/libssl/src/apps/ciphers.c +++ b/lib/libssl/src/apps/ciphers.c @@ -68,7 +68,6 @@ static const char *ciphers_usage[] = { "usage: ciphers args\n", " -v - verbose mode, a textual listing of the SSL/TLS ciphers in OpenSSL\n", " -V - even more verbose\n", - " -ssl2 - SSL2 mode\n", " -ssl3 - SSL3 mode\n", " -tls1 - TLS1 mode\n", NULL |