aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-11-06 08:43:03 +0000
committerHugo Landau <hlandau@openssl.org>2023-12-06 10:40:11 +0000
commita35956b2f7749a8c7a199bdb416a02912d6e33e3 (patch)
treea0430e0bce7901dca5cd86082e2c28a393daed75 /test
parent11841571ff04d3c67e58caf3ca0ca02ec5e3812a (diff)
downloadopenssl-a35956b2f7749a8c7a199bdb416a02912d6e33e3.tar.gz
QUIC LCIDM: Enforce and document ODCID peculiarities
Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22673)
Diffstat (limited to 'test')
-rw-r--r--test/quic_lcidm_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/quic_lcidm_test.c b/test/quic_lcidm_test.c
index d877991049..31f6bda433 100644
--- a/test/quic_lcidm_test.c
+++ b/test/quic_lcidm_test.c
@@ -22,7 +22,7 @@ static int test_lcidm(void)
{
int testresult = 0;
QUIC_LCIDM *lcidm;
- size_t lcid_len = 8;
+ size_t lcid_len = 10; /* != ODCID len */
QUIC_CONN_ID lcid_1, lcid_dummy, lcid_init;
OSSL_QUIC_FRAME_NEW_CONN_ID ncid_frame_1, ncid_frame_2, ncid_frame_3;
void *opaque = NULL;