Merge pull request #9419 from rlm2002/coverity

Uninitialized variable fix
This commit is contained in:
David Garske
2025-11-13 08:58:00 -08:00
committed by GitHub

View File

@@ -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 */
/*--------------------------------------------*/