diff --git a/test/quicapitest.c b/test/quicapitest.c index c694988d83..cb5e00d0a8 100644 --- a/test/quicapitest.c +++ b/test/quicapitest.c @@ -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;