mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +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;
|
word32 i = 0;
|
||||||
int curveIdx;
|
int curveIdx;
|
||||||
unsigned char* point = NULL;
|
unsigned char* point = NULL;
|
||||||
int pointSz;
|
int pointSz = 0;
|
||||||
byte tag;
|
byte tag;
|
||||||
CK_RV rv;
|
CK_RV rv;
|
||||||
CK_ATTRIBUTE tmpl[] = {
|
CK_ATTRIBUTE tmpl[] = {
|
||||||
|
Reference in New Issue
Block a user