From: Hugo Landau Date: Thu, 27 Jul 2023 13:47:31 +0000 (+0100) Subject: QUIC TXP: Re-enable accidentially disabled tests X-Git-Tag: openssl-3.2.0-alpha1~243 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec2b45f59bda565bc1b8525ab8d508325dc612de;p=thirdparty%2Fopenssl.git QUIC TXP: Re-enable accidentially disabled tests Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/21565) --- 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]); }