mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-11 11:10:54 +02:00
update pksc7 decode test for new ca-cert.pem size
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user