From a49c867b388ca74542ffd601398d405e107efee2 Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Thu, 11 Feb 2021 23:47:26 +0700 Subject: [PATCH] increase test buffer size for updated pkcs7 bundle --- tests/api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/api.c b/tests/api.c index 1824f865c..619a52f9a 100644 --- a/tests/api.c +++ b/tests/api.c @@ -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;