forked from wolfSSL/wolfssl
increase test buffer size for updated pkcs7 bundle
This commit is contained in:
@ -24759,7 +24759,7 @@ static void test_wc_PKCS7_DecodeCompressedData(void)
|
|||||||
&& !defined(NO_AES) && defined(HAVE_LIBZ)
|
&& !defined(NO_AES) && defined(HAVE_LIBZ)
|
||||||
PKCS7* pkcs7;
|
PKCS7* pkcs7;
|
||||||
void* heap = NULL;
|
void* heap = NULL;
|
||||||
byte out[3072];
|
byte out[4096];
|
||||||
byte *decompressed;
|
byte *decompressed;
|
||||||
int outSz, decompressedSz;
|
int outSz, decompressedSz;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user