forked from wolfSSL/wolfssl
fix for typo in comments
This commit is contained in:
@@ -15798,7 +15798,7 @@ static int test_wc_PKCS7_EncodeSignedData(void)
|
|||||||
encodeSignedDataStream strm;
|
encodeSignedDataStream strm;
|
||||||
int numberOfChunkSizes = 4;
|
int numberOfChunkSizes = 4;
|
||||||
word32 chunkSizes[] = { 4080, 4096, 5000, 9999 };
|
word32 chunkSizes[] = { 4080, 4096, 5000, 9999 };
|
||||||
/* chunkSizes were choosen to test around the default 4096 octet string
|
/* chunkSizes were chosen to test around the default 4096 octet string
|
||||||
* size used in pkcs7.c */
|
* size used in pkcs7.c */
|
||||||
|
|
||||||
ExpectNotNull(pkcs7 = wc_PKCS7_New(HEAP_HINT, testDevId));
|
ExpectNotNull(pkcs7 = wc_PKCS7_New(HEAP_HINT, testDevId));
|
||||||
|
Reference in New Issue
Block a user