[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Thu Apr 27 15:48:22 UTC 2017


The branch master has been updated
       via  f2150cd74f45d49545d0787725f99723642b7c2c (commit)
      from  b12ae4a912a19cbab8d993e61114e65fce0d1834 (commit)


- Log -----------------------------------------------------------------
commit f2150cd74f45d49545d0787725f99723642b7c2c
Author: Rich Salz <rsalz at openssl.org>
Date:   Thu Apr 27 11:38:17 2017 -0400

    Remove (broken) diagnostic print
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/3336)

-----------------------------------------------------------------------

Summary of changes:
 apps/s_client.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/apps/s_client.c b/apps/s_client.c
index c544d49..443822b 100644
--- a/apps/s_client.c
+++ b/apps/s_client.c
@@ -2481,12 +2481,6 @@ int s_client_main(int argc, char **argv)
             if (in_init) {
                 in_init = 0;
 
-                if (!noservername && !SSL_session_reused(con)) {
-                    BIO_printf(bio_c_out,
-                               "Server did %sacknowledge servername extension.\n",
-                               tlsextcbp.ack ? "" : "not ");
-                }
-
                 if (c_brief) {
                     BIO_puts(bio_err, "CONNECTION ESTABLISHED\n");
                     print_ssl_summary(con);


More information about the openssl-commits mailing list