]> granicus.if.org Git - openssl/commitdiff
Update from HEAD.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 23 Aug 2007 12:20:56 +0000 (12:20 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 23 Aug 2007 12:20:56 +0000 (12:20 +0000)
apps/s_client.c

index 4f502158ab9f1a5d4b300e47a7bbf1792832e008..d240fe2a98851e73bbfd40d4bda779e2e6a568f3 100644 (file)
@@ -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");