From a2bab12a331b6764804913d08e2e472c9e5d13ae Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Tue, 2 Feb 2016 12:16:10 -0500 Subject: [PATCH] GH611: s_client help message bug MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Emilia Käsper --- apps/s_client.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/s_client.c b/apps/s_client.c index caf76d35dc..0c1102b9c3 100644 --- a/apps/s_client.c +++ b/apps/s_client.c @@ -390,8 +390,6 @@ static void sc_usage(void) " -no_tls1_2/-no_tls1_1/-no_tls1/-no_ssl3/-no_ssl2 - turn off that protocol\n"); BIO_printf(bio_err, " -bugs - Switch on all SSL implementation bug workarounds\n"); - BIO_printf(bio_err, - " -serverpref - Use server's cipher preferences (only SSLv2)\n"); BIO_printf(bio_err, " -cipher - preferred cipher to use, use the 'openssl ciphers'\n"); BIO_printf(bio_err, -- 2.34.1