From: lteo Date: Thu, 24 Apr 2014 04:36:08 +0000 (+0000) Subject: Support for the -ssl2 option has been removed, so remove it from usage X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=97d40bd95a1f59ce0b1f58af90da47b8fac5809c;p=openbsd Support for the -ssl2 option has been removed, so remove it from usage as well ("openssl ciphers -h"). "sure" miod@ --- 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