mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
Merge pull request #8978 from gojimmypi/pr-init-var
Initialize Dilithium keyTypeTemp and keySizeTemp
This commit is contained in:
@@ -952,8 +952,8 @@ static int ProcessBufferTryDecodeDilithium(WOLFSSL_CTX* ctx, WOLFSSL* ssl,
|
|||||||
word32 idx;
|
word32 idx;
|
||||||
dilithium_key* key;
|
dilithium_key* key;
|
||||||
int keyFormatTemp = 0;
|
int keyFormatTemp = 0;
|
||||||
int keyTypeTemp;
|
int keyTypeTemp = 0;
|
||||||
int keySizeTemp;
|
int keySizeTemp = 0;
|
||||||
|
|
||||||
/* Allocate a Dilithium key to parse into. */
|
/* Allocate a Dilithium key to parse into. */
|
||||||
key = (dilithium_key*)XMALLOC(sizeof(dilithium_key), heap,
|
key = (dilithium_key*)XMALLOC(sizeof(dilithium_key), heap,
|
||||||
|
Reference in New Issue
Block a user