Remove (broken) diagnostic print
authorRich Salz <rsalz@openssl.org>
Thu, 27 Apr 2017 15:38:17 +0000 (11:38 -0400)
committerRich Salz <rsalz@openssl.org>
Thu, 27 Apr 2017 15:49:16 +0000 (11:49 -0400)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3336)
(cherry picked from commit f2150cd74f45d49545d0787725f99723642b7c2c)

apps/s_client.c

index 299259533e21810a4c6abcf53f12bd276e84f92c..ce1a408dcc833801cf1be582647a4c19ae169c12 100644 (file)
@@ -2124,12 +2124,6 @@ int s_client_main(int argc, char **argv)
             if (in_init) {
                 in_init = 0;
 
-                if (servername != NULL && !SSL_session_reused(con)) {
-                    BIO_printf(bio_c_out,
-                               "Server did %sacknowledge servername extension.\n",
-                               tlsextcbp.ack ? "" : "not ");
-                }
-
                 if (sess_out) {
                     BIO *stmp = BIO_new_file(sess_out, "w");
                     if (stmp) {