diff options
Diffstat (limited to 'test/quic_txp_test.c')
-rw-r--r-- | test/quic_txp_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/quic_txp_test.c b/test/quic_txp_test.c index f06002f26a..265c23fabc 100644 --- a/test/quic_txp_test.c +++ b/test/quic_txp_test.c @@ -153,7 +153,7 @@ static int helper_init(struct helper *h) h->have_statm = 1; h->cc_method = &ossl_cc_dummy_method; - if (!TEST_ptr(h->cc_data = h->cc_method->new(NULL, NULL, NULL))) + if (!TEST_ptr(h->cc_data = h->cc_method->new(fake_now, NULL))) goto err; if (!TEST_ptr(h->args.ackm = ossl_ackm_new(fake_now, NULL, |