From: Dr. Stephen Henson Date: Thu, 23 Aug 2007 12:20:36 +0000 (+0000) Subject: Add usage message for -sess_out, -sess_in X-Git-Tag: OpenSSL_0_9_8k^2~739 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=014f62b64920c0857152367f635d12e066f912f6;hp=55eab3b74b61eef2fe320710ee3675583035d5c5;ds=sidebyside Add usage message for -sess_out, -sess_in --- 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");