summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-07-27 14:47:31 +0100
committerHugo Landau <hlandau@openssl.org>2023-08-10 18:19:50 +0100
commitec2b45f59bda565bc1b8525ab8d508325dc612de (patch)
tree9de03761833bb6cd4ebaf956e77eb7bfd1481116 /test
parent1623bf374d4ee3119629c33938fcd075bd79e6a8 (diff)
QUIC TXP: Re-enable accidentially disabled tests
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21565)
Diffstat (limited to 'test')
-rw-r--r--test/quic_txp_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/quic_txp_test.c b/test/quic_txp_test.c
index d92fd26518..fd9e56816e 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]);
}