mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-15 10:59:39 +00: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) {
|
if (in_init) {
|
||||||
in_init = 0;
|
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) {
|
if (c_brief) {
|
||||||
BIO_puts(bio_err, "CONNECTION ESTABLISHED\n");
|
BIO_puts(bio_err, "CONNECTION ESTABLISHED\n");
|
||||||
print_ssl_summary(con);
|
print_ssl_summary(con);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user