From: Dominik Neubauer Date: Tue, 4 Mar 2014 21:22:29 +0000 (+0100) Subject: typo in s_client X-Git-Tag: OpenSSL_1_0_2~106 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c30c8761766d98c7fcd257b7332df5cd56c40a6f;p=oweals%2Fopenssl.git typo in s_client Signed-off-by: Kurt Roeckx Reviewed-by: Geoff Thorpe --- diff --git a/apps/s_client.c b/apps/s_client.c index 45ca637e30..e6e8a0713d 100644 --- a/apps/s_client.c +++ b/apps/s_client.c @@ -335,7 +335,7 @@ static void sc_usage(void) BIO_printf(bio_err," -srppass arg - password for 'user'\n"); BIO_printf(bio_err," -srp_lateuser - SRP username into second ClientHello message\n"); BIO_printf(bio_err," -srp_moregroups - Tolerate other than the known g N values.\n"); - BIO_printf(bio_err," -srp_strength int - minimal mength in bits for N (default %d).\n",SRP_MINIMAL_N); + BIO_printf(bio_err," -srp_strength int - minimal length in bits for N (default %d).\n",SRP_MINIMAL_N); #endif BIO_printf(bio_err," -ssl2 - just use SSLv2\n"); #ifndef OPENSSL_NO_SSL3_METHOD