aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-11-09 11:11:17 +0000
committerHugo Landau <hlandau@openssl.org>2023-12-06 10:40:11 +0000
commit935aa14344470d8a6936c8f174c15767cbd5f402 (patch)
tree4f81f2a26cac8a2939d6a080a09a957ef0987f70 /test
parent1f2958536eff61984b4746410cd3e4fe8f0383dd (diff)
downloadopenssl-935aa14344470d8a6936c8f174c15767cbd5f402.zip
openssl-935aa14344470d8a6936c8f174c15767cbd5f402.tar.gz
openssl-935aa14344470d8a6936c8f174c15767cbd5f402.tar.bz2
QUIC LCIDM: Minor fixes
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 31f6bda..b5937df 100644
--- a/test/quic_lcidm_test.c
+++ b/test/quic_lcidm_test.c
@@ -23,7 +23,7 @@ static int test_lcidm(void)
int testresult = 0;
QUIC_LCIDM *lcidm;
size_t lcid_len = 10; /* != ODCID len */
- QUIC_CONN_ID lcid_1, lcid_dummy, lcid_init;
+ QUIC_CONN_ID lcid_1, lcid_dummy, lcid_init = {0};
OSSL_QUIC_FRAME_NEW_CONN_ID ncid_frame_1, ncid_frame_2, ncid_frame_3;
void *opaque = NULL;
uint64_t seq_num = UINT64_MAX;