]> git.ipfire.org Git - thirdparty/openssl.git/commit
quicserver.c: Use BIO_printf to stderr instead of plain printf
authorTomas Mraz <tomas@openssl.org>
Mon, 7 Aug 2023 16:34:50 +0000 (18:34 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 14 Aug 2023 13:53:44 +0000 (15:53 +0200)
commit4dec9285d3c833c26cfc589f31d896e93a36f498
treee83a0192e763efa814c5d10c3e779a8aa0725b3a
parent69b9a992961c27ac6d0f0bec259806ac953a81d4
quicserver.c: Use BIO_printf to stderr instead of plain printf

Fixes #21623

Also do not build quicserver with no-stdio as it is a test
utility and tests are disabled with no-stdio anyway.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/21677)
util/build.info
util/quicserver.c