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 }