mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 19:54:40 +02:00
Fix missing variable declaration
--enable-scep --with-libz PKCS#7 decompress code
This commit is contained in:
@@ -12283,6 +12283,7 @@ int wc_PKCS7_DecodeCompressedData(PKCS7* pkcs7, byte* pkiMsg, word32 pkiMsgSz,
|
|||||||
{
|
{
|
||||||
int length, version, ret;
|
int length, version, ret;
|
||||||
word32 idx = 0, algOID, contentType;
|
word32 idx = 0, algOID, contentType;
|
||||||
|
byte tag;
|
||||||
|
|
||||||
byte* decompressed;
|
byte* decompressed;
|
||||||
word32 decompressedSz;
|
word32 decompressedSz;
|
||||||
|
Reference in New Issue
Block a user