Support for the -ssl2 option has been removed, so remove it from usage
authorlteo <lteo@openbsd.org>
Thu, 24 Apr 2014 04:36:08 +0000 (04:36 +0000)
committerlteo <lteo@openbsd.org>
Thu, 24 Apr 2014 04:36:08 +0000 (04:36 +0000)
as well ("openssl ciphers -h").

"sure" miod@

lib/libssl/src/apps/ciphers.c

index e9712bc..72a50e3 100644 (file)
@@ -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