]> git.ipfire.org Git - thirdparty/openssl.git/commit
quicapitest.c: Fix missing wait_until_sock_readable()
authorTomas Mraz <tomas@openssl.org>
Mon, 7 Aug 2023 17:52:32 +0000 (19:52 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 14 Aug 2023 13:54:08 +0000 (15:54 +0200)
commita5df3fc093c8ef17152e6c645be6fa9a77c56679
treec36e792db518ed4f4f0b7cfb5e9e48baaebbc0d8
parent4dec9285d3c833c26cfc589f31d896e93a36f498
quicapitest.c: Fix missing wait_until_sock_readable()

Fixes #21624

With OPENSSL_NO_POSIX_IO or OPENSSL_NO_SOCK the function
wait_until_sock_readable() currently does not exist.

Define empty wait_until_sock_readable() when building
with no-posix-io.

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