summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-08-23 12:20:36 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-08-23 12:20:36 +0000
commit014f62b64920c0857152367f635d12e066f912f6 (patch)
treeb64e2b35f0deb0837b9dd5e880dc034828cba486 /apps
parent55eab3b74b61eef2fe320710ee3675583035d5c5 (diff)
Add usage message for -sess_out, -sess_in
Diffstat (limited to 'apps')
-rw-r--r--apps/s_client.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/s_client.c b/apps/s_client.c
index 21a3a71fc0..44c5356228 100644
--- a/apps/s_client.c
+++ b/apps/s_client.c
@@ -324,6 +324,8 @@ static void sc_usage(void)
BIO_printf(bio_err," -engine id - Initialise and use the specified engine\n");
#endif
BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
+ BIO_printf(bio_err," -sess_out arg - file to write SSL session to\n");
+ BIO_printf(bio_err," -sess_in arg - file to read SSL session from\n");
#ifndef OPENSSL_NO_TLSEXT
BIO_printf(bio_err," -servername host - Set TLS extension servername in ClientHello\n");
BIO_printf(bio_err," -tlsextdebug - hex dump of all TLS extensions received\n");