]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
QUIC: Fix incompatible merges causing CI breakage
authorHugo Landau <hlandau@openssl.org>
Thu, 3 Aug 2023 08:17:36 +0000 (09:17 +0100)
committerDmitry Belyavskiy <beldmit@gmail.com>
Thu, 3 Aug 2023 11:31:53 +0000 (13:31 +0200)
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/21641)

test/quicapitest.c

index c694988d830188806e321e22f16f009457135389..cb5e00d0a8f8bb19b1db81b71c96e90bd220012b 100644 (file)
@@ -808,9 +808,9 @@ static int test_back_pressure(void)
     int i;
 
     if (!TEST_ptr(cctx)
-            || !TEST_true(qtest_create_quic_objects(libctx, cctx, cert, privkey,
-                                                    0, &qtserv, &clientquic,
-                                                    NULL))
+            || !TEST_true(qtest_create_quic_objects(libctx, cctx, NULL, cert,
+                                                    privkey, 0, &qtserv,
+                                                    &clientquic, NULL))
             || !TEST_true(qtest_create_quic_connection(qtserv, clientquic)))
         goto err;