typo in s_client
authorDominik Neubauer <DominikNeubauer+github@gmail.com>
Tue, 4 Mar 2014 21:22:29 +0000 (22:22 +0100)
committerKurt Roeckx <kurt@roeckx.be>
Wed, 31 Dec 2014 10:13:48 +0000 (11:13 +0100)
Signed-off-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Geoff Thorpe <geoff@openssl.org>
apps/s_client.c

index 30ea74388b996be5624a23f4e989ea8ca4d403be..fe14b362ea45d454d914cc3b36af0ce0ec7823c0 100644 (file)
@@ -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
 #ifndef OPENSSL_NO_SSL3_METHOD
        BIO_printf(bio_err," -ssl3         - just use SSLv3\n");