mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
wolfcrypt/src/wc_pkcs11.c: fixes for cppcheck complaints: uninitvar
This commit is contained in:
@ -2041,7 +2041,7 @@ static int Pkcs11GetEccPublicKey(ecc_key* key, Pkcs11Session* session,
|
||||
word32 i = 0;
|
||||
int curveIdx;
|
||||
unsigned char* point = NULL;
|
||||
int pointSz;
|
||||
int pointSz = 0;
|
||||
byte tag;
|
||||
CK_RV rv;
|
||||
CK_ATTRIBUTE tmpl[] = {
|
||||
|
Reference in New Issue
Block a user