]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix test_quic_write_read()
authorMatt Caswell <matt@openssl.org>
Mon, 10 Jul 2023 10:12:50 +0000 (11:12 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 10 Jul 2023 10:40:12 +0000 (11:40 +0100)
commitff9728c6d5d23ebaa73cb729c8110c0582e66280
treea81a4cb763fbc726e730fdd446456acd4295a11f
parent1d32ec20feae7320ddb2b929441688377b912a40
Fix test_quic_write_read()

Fix the "test 2" case of test_quic_write_read(). It is intended to be run
in blocking mode.

The result of a bad interaction between #21087 and #21332

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21409)
test/quicapitest.c