From b2336c57ce81910c9bb209d54c0a550847087a63 Mon Sep 17 00:00:00 2001 From: Ruby Martin Date: Wed, 12 Nov 2025 16:48:52 -0700 Subject: [PATCH] initialize ctype variable --- tests/api.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/api.c b/tests/api.c index 64fa90fdd9f..07cd52cd24c 100644 --- a/tests/api.c +++ b/tests/api.c @@ -47323,6 +47323,7 @@ static int test_rpk_set_xxx_cert_type(void) ssl = wolfSSL_new(ctx); ExpectNotNull(ssl); + XMEMSET(ctype, 0, sizeof(ctype)); /*--------------------------------------------*/ /* tests for wolfSSL_CTX_set_client_cert_type */ /*--------------------------------------------*/