From: Dr. Stephen Henson Date: Thu, 23 Aug 2007 12:20:56 +0000 (+0000) Subject: Update from HEAD. X-Git-Tag: OpenSSL_0_9_8f~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80355002a13c7ea7a86555df6acab7b22bcff863;p=openssl Update from HEAD. --- 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");