mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 12:50:51 +02:00
warning for 'type' may be used uninitialiized
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ static int check_cert_key_dev(word32 keyOID, byte* privKey, word32 privSz,
|
||||
const byte* pubKey, word32 pubSz, int label, int id, void* heap, int devId)
|
||||
{
|
||||
int ret = 0;
|
||||
int type;
|
||||
int type = 0;
|
||||
void *pkey = NULL;
|
||||
|
||||
if (privKey == NULL) {
|
||||
|
||||
Reference in New Issue
Block a user