From 40fb8587ed854eaa6bbe703a4480b5b20ff7b71c Mon Sep 17 00:00:00 2001 From: Dominik Neubauer Date: Tue, 4 Mar 2014 22:22:29 +0100 Subject: [PATCH] typo in s_client Signed-off-by: Kurt Roeckx Reviewed-by: Geoff Thorpe --- apps/s_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/s_client.c b/apps/s_client.c index 8b96b407d0..19545e24bd 100644 --- a/apps/s_client.c +++ b/apps/s_client.c @@ -329,7 +329,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 -- 2.25.1