Typo.
authorDr. Stephen Henson <steve@openssl.org>
Wed, 11 May 2011 13:22:54 +0000 (13:22 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 11 May 2011 13:22:54 +0000 (13:22 +0000)
apps/s_server.c

index 16a84ff0adc2e191900199d9b72bd3249ec592cc..b7730f1447d9d418f721f8c80d434a474e7691c5 100644 (file)
@@ -499,7 +499,7 @@ static void sv_usage(void)
 #endif
        BIO_printf(bio_err," -ssl2         - Just talk SSLv2\n");
        BIO_printf(bio_err," -ssl3         - Just talk SSLv3\n");
-       BIO_printf(bio_err," -tls1_1       - Just talk TLSv1_1\n");
+       BIO_printf(bio_err," -tls1_1       - Just talk TLSv1.1\n");
        BIO_printf(bio_err," -tls1         - Just talk TLSv1\n");
        BIO_printf(bio_err," -dtls1        - Just talk DTLSv1\n");
        BIO_printf(bio_err," -timeout      - Enable timeouts\n");