mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-04 21:24:43 +02:00
Fix one more issue with PKCS7 and async, which is not supported.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user