summaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-08-23 12:20:56 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-08-23 12:20:56 +0000
commit80355002a13c7ea7a86555df6acab7b22bcff863 (patch)
tree46f9653596d186c62c3095e2e7249d137ff16831 /apps/s_client.c
parent0e368252286aa2b32965950588ac9e89368107ff (diff)
Update from HEAD.
Diffstat (limited to 'apps/s_client.c')
-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 4f502158ab..d240fe2a98 100644
--- a/apps/s_client.c
+++ b/apps/s_client.c
@@ -234,6 +234,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");