From 4f2d32d6b6b4b80ff5f55c5462b545516d252d11 Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Tue, 2 May 2023 15:23:15 +0100 Subject: QUIC MSST: Fix test on macOS Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/20765) --- test/quic_multistream_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/quic_multistream_test.c b/test/quic_multistream_test.c index 1891779f89..8cfc56e253 100644 --- a/test/quic_multistream_test.c +++ b/test/quic_multistream_test.c @@ -486,6 +486,7 @@ static int run_script(const struct script_op *script, int free_order) ++op_idx; first = 0; + offset = 0; op_start_time = ossl_time_now(); op_deadline = ossl_time_add(op_start_time, ossl_ms2time(2000)); } -- cgit v1.2.1