summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-05-02 15:23:15 +0100
committerHugo Landau <hlandau@openssl.org>2023-05-12 14:47:15 +0100
commit4f2d32d6b6b4b80ff5f55c5462b545516d252d11 (patch)
tree16780eee76e1f3bb34ef364d34503507f59438ce
parent5e125829c01afcc21daad07ac19cf57d1a5ca579 (diff)
downloadopenssl-new-4f2d32d6b6b4b80ff5f55c5462b545516d252d11.tar.gz
QUIC MSST: Fix test on macOS
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20765)
-rw-r--r--test/quic_multistream_test.c1
1 files changed, 1 insertions, 0 deletions
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));
}