Fix one more issue with PKCS7 and async, which is not supported.

This commit is contained in:
David Garske 2018-06-20 17:33:09 -07:00
parent 1cb5bbf8ea
commit 522f365279
1 changed files with 1 additions and 0 deletions

View File

@ -14464,6 +14464,7 @@ static void test_wc_PKCS7_EncodeSignedData (void)
pkcs7.encryptOID = RSAk;
pkcs7.hashOID = SHAh;
pkcs7.rng = &rng;
pkcs7.devId = INVALID_DEVID;
AssertIntGT(wc_PKCS7_EncodeSignedData(&pkcs7, output, outputSz), 0);