apps: Don't print hostname on bio_out during connect.
authorSebastian Andrzej Siewior <sebastian@breakpoint.cc>
Thu, 14 Dec 2023 19:53:35 +0000 (20:53 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 29 Dec 2023 10:50:18 +0000 (11:50 +0100)
commit8a1694f22588c0777d642253ffdc307a61245d51
tree803117a6fb5f3a4f2e739c915e41c71b724ec97d
parentaa3347ba9d670a747b46974ce46f2ed9ecb38662
apps: Don't print hostname on bio_out during connect.

Printing the hostname on bio_out clutters the output and breaks
pipe like forwarding via openssl.

Print the hostname via bio_err.

Fixes #23013

Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23056)
apps/lib/s_socket.c