summaryrefslogtreecommitdiffstats
path: root/test/quic_tserver_test.c
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-02-22 19:15:16 +0000
committerHugo Landau <hlandau@openssl.org>2023-03-30 11:14:09 +0100
commit1dd04a0fe2ffc4104db5198543ed0ec5895e9651 (patch)
tree9f2bb11913cee7a9b622c8882b4d086f491abbd3 /test/quic_tserver_test.c
parent99ed85bba9de5d9983d3796c18e62041d3ce6575 (diff)
QUIC Thread Assisted Mode: Support Windows XP
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20348)
Diffstat (limited to 'test/quic_tserver_test.c')
-rw-r--r--test/quic_tserver_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/quic_tserver_test.c b/test/quic_tserver_test.c
index e5391648a3..359b66c1b2 100644
--- a/test/quic_tserver_test.c
+++ b/test/quic_tserver_test.c
@@ -324,9 +324,10 @@ static int do_test(int use_thread_assist, int use_fake_time, int use_inject)
* This is inefficient because we spin until things work without
* blocking but this is just a test.
*/
- if (!c_start_idle_test || c_done_idle_test)
+ if (!c_start_idle_test || c_done_idle_test) {
/* Inhibit manual ticking during idle test to test TA mode. */
SSL_tick(c_ssl);
+ }
ossl_quic_tserver_tick(tserver);