Merge pull request #705 from cconlon/pkcs7rng
fix RNG to WC_RNG typo in pkcs7.c
This commit is contained in:
commit
c191a19a77
@ -1282,7 +1282,7 @@ static int wc_PKCS7_KariParseRecipCert(WC_PKCS7_KARI* kari, const byte* cert,
|
||||
/* create ephemeral ECC key, places ecc_key in kari->senderKey,
|
||||
* DER encoded in kari->senderKeyExport. return 0 on success,
|
||||
* negative on error */
|
||||
static int wc_PKCS7_KariGenerateEphemeralKey(WC_PKCS7_KARI* kari, RNG* rng)
|
||||
static int wc_PKCS7_KariGenerateEphemeralKey(WC_PKCS7_KARI* kari, WC_RNG* rng)
|
||||
{
|
||||
int ret;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user