mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-03-24 12:27:18 +01:00
Merge pull request #9419 from rlm2002/coverity
Uninitialized variable fix
This commit is contained in:
@@ -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 */
|
||||
/*--------------------------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user