update pksc7 decode test for new ca-cert.pem size

This commit is contained in:
JacobBarthelmeh
2025-11-14 14:53:48 -07:00
parent 3f441ef1a5
commit a68da8d2d5
+1 -1
View File
@@ -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
}