summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2022-11-17 15:29:44 +0000
committerHugo Landau <hlandau@openssl.org>2023-01-13 13:20:15 +0000
commitcbe7f586ad42b7cf6d16b11a6d614798df0a5d29 (patch)
tree85619475d9e2368a3275aff470e54f08c8a2abb4 /test
parent3a37c9235de465fe8d557b32f0178bfad0c09908 (diff)
downloadopenssl-new-cbe7f586ad42b7cf6d16b11a6d614798df0a5d29.tar.gz
QUIC Stream Mapper: CSM-related changes, stream limits handling
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19703)
Diffstat (limited to 'test')
-rw-r--r--test/quic_txp_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/quic_txp_test.c b/test/quic_txp_test.c
index ab9b943c7e..8d2361af18 100644
--- a/test/quic_txp_test.c
+++ b/test/quic_txp_test.c
@@ -162,7 +162,7 @@ static int helper_init(struct helper *h)
h->cc_data)))
goto err;
- if (!TEST_true(ossl_quic_stream_map_init(&h->qsm)))
+ if (!TEST_true(ossl_quic_stream_map_init(&h->qsm, NULL, NULL)))
goto err;
h->have_qsm = 1;