We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f3586f + b2336c5 commit 6ff57b8Copy full SHA for 6ff57b8
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