Skip to content

Commit a68da8d

Browse files
update pksc7 decode test for new ca-cert.pem size
1 parent 3f441ef commit a68da8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/api/test_pkcs7.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2130,7 +2130,7 @@ int test_wc_PKCS7_DecodeEnvelopedData_stream(void)
21302130
ExpectIntEQ(ret, ALGO_ID_E);
21312131
#else
21322132
/* expecting the size of ca-cert.pem */
2133-
ExpectIntEQ(ret, 5539);
2133+
ExpectIntEQ(ret, 5512);
21342134
#endif
21352135
}
21362136

0 commit comments

Comments
 (0)