From a68da8d2d5638ab97f518a50a23ca36b2346535e Mon Sep 17 00:00:00 2001 From: JacobBarthelmeh Date: Fri, 14 Nov 2025 14:53:48 -0700 Subject: [PATCH] update pksc7 decode test for new ca-cert.pem size --- tests/api/test_pkcs7.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/api/test_pkcs7.c b/tests/api/test_pkcs7.c index c110d27af6..6c5706f9d4 100644 --- a/tests/api/test_pkcs7.c +++ b/tests/api/test_pkcs7.c @@ -2130,7 +2130,7 @@ int test_wc_PKCS7_DecodeEnvelopedData_stream(void) ExpectIntEQ(ret, ALGO_ID_E); #else /* expecting the size of ca-cert.pem */ - ExpectIntEQ(ret, 5539); + ExpectIntEQ(ret, 5512); #endif }