We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e78752f commit b2336c5Copy full SHA for b2336c5
1 file changed
tests/api.c
@@ -47323,6 +47323,7 @@ static int test_rpk_set_xxx_cert_type(void)
47323
ssl = wolfSSL_new(ctx);
47324
ExpectNotNull(ssl);
47325
47326
+ XMEMSET(ctype, 0, sizeof(ctype));
47327
/*--------------------------------------------*/
47328
/* tests for wolfSSL_CTX_set_client_cert_type */
47329
0 commit comments