We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25db90a + 4fc778c commit 8726611Copy full SHA for 8726611
1 file changed
src/ssl_api_pk.c
@@ -51,7 +51,7 @@ static int check_cert_key_dev(word32 keyOID, byte* privKey, word32 privSz,
51
const byte* pubKey, word32 pubSz, int label, int id, void* heap, int devId)
52
{
53
int ret = 0;
54
- int type;
+ int type = 0;
55
void *pkey = NULL;
56
57
if (privKey == NULL) {
0 commit comments