We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab1a738 + 24b35ba commit c9fbad2Copy full SHA for c9fbad2
tests/api/test_x509.c
@@ -181,6 +181,8 @@ int test_x509_GetCAByAKID(void)
181
XMEMSET(&cm, 0, sizeof(cm));
182
XMEMSET(&signerA, 0, sizeof(signerA));
183
XMEMSET(&signerB, 0, sizeof(signerB));
184
+ XMEMSET(issuerHash, 0, sizeof(issuerHash));
185
+ XMEMSET(serialHash, 0, sizeof(serialHash));
186
187
/* Initialize CA mutex so GetCAByAKID can lock/unlock it. */
188
ExpectIntEQ(wc_InitMutex(&cm.caLock), 0);
0 commit comments