summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-02-12 09:49:32 +0000
committerTomas Mraz <tomas@openssl.org>2024-02-19 10:15:46 +0100
commit410270d1ac7f9a089d63d68be2e7c714045191fc (patch)
tree62a61e6bb2065870989da93585af860b95927737 /test
parent4a2e39dc1ce52bbee6571f48548a47f04bd857b4 (diff)
QUIC FIFD: Allow QLOG instance retrieval via callback
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23535)
Diffstat (limited to 'test')
-rw-r--r--test/quic_fifd_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/quic_fifd_test.c b/test/quic_fifd_test.c
index e560e5a253..6a70843ceb 100644
--- a/test/quic_fifd_test.c
+++ b/test/quic_fifd_test.c
@@ -339,7 +339,7 @@ static int test_fifd(int idx)
regen_frame, NULL,
confirm_frame, NULL,
sstream_updated, NULL,
- NULL)))
+ NULL, NULL)))
goto err;
for (i = 0; i < OSSL_NELEM(info.sstream); ++i)