[openssl-commits] [openssl] OpenSSL_1_1_0-stable update
Rich Salz
rsalz at openssl.org
Thu Apr 27 15:49:40 UTC 2017
The branch OpenSSL_1_1_0-stable has been updated
via 4fc3523f9e00c9ffc1a7c674487ac2efd5e6af43 (commit)
from 7ae8106af87f1d9f94bbc9ac65b819f0473cf57e (commit)
- Log -----------------------------------------------------------------
commit 4fc3523f9e00c9ffc1a7c674487ac2efd5e6af43
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)
(cherry picked from commit f2150cd74f45d49545d0787725f99723642b7c2c)
-----------------------------------------------------------------------
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 2992595..ce1a408 100644
--- a/apps/s_client.c
+++ b/apps/s_client.c
@@ -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) {
More information about the openssl-commits
mailing list