From ec2b45f59bda565bc1b8525ab8d508325dc612de Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Thu, 27 Jul 2023 14:47:31 +0100 Subject: [PATCH] QUIC TXP: Re-enable accidentially disabled tests Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/21565) --- test/quic_txp_test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/quic_txp_test.c b/test/quic_txp_test.c index d92fd265185..fd9e56816e3 100644 --- a/test/quic_txp_test.c +++ b/test/quic_txp_test.c @@ -214,6 +214,8 @@ static int helper_init(struct helper *h) if (!TEST_true(ossl_qrx_add_dst_conn_id(h->qrx, &dcid_1))) goto err; + ossl_qrx_allow_1rtt_processing(h->qrx); + rc = 1; err: if (!rc) @@ -1548,7 +1550,6 @@ err: static int test_script(int idx) { - if (idx + 1 != 18) return 1; return run_script(idx, scripts[idx]); } -- 2.47.2