aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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;