summaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-05-11 13:22:54 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-05-11 13:22:54 +0000
commitae17b9ecd5d243c93b071c6be309b4f230a1aa52 (patch)
tree695117ae60ab2aefea22296a615f6e884c46a1e8 /apps/s_server.c
parent74096890ba076de838c858f6beeda778480ef824 (diff)
Typo.
Diffstat (limited to 'apps/s_server.c')
-rw-r--r--apps/s_server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/s_server.c b/apps/s_server.c
index 16a84ff0ad..b7730f1447 100644
--- a/apps/s_server.c
+++ b/apps/s_server.c
@@ -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");