mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Remove (broken) diagnostic print
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3336)
This commit is contained in:
parent
b12ae4a912
commit
f2150cd74f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user