increase test buffer size for updated pkcs7 bundle

This commit is contained in:
Jacob Barthelmeh
2021-02-11 23:47:26 +07:00
parent ae073b7ce2
commit a49c867b38

View File

@ -24759,7 +24759,7 @@ static void test_wc_PKCS7_DecodeCompressedData(void)
&& !defined(NO_AES) && defined(HAVE_LIBZ)
PKCS7* pkcs7;
void* heap = NULL;
byte out[3072];
byte out[4096];
byte *decompressed;
int outSz, decompressedSz;