fix input argument
parent
ffa42a7a58
commit
1ec0e17d29
|
@ -112,7 +112,7 @@ int wc_rsa_init(RsaKey* rsaKey)
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef WC_RSA_BLINDING
|
#ifdef WC_RSA_BLINDING
|
||||||
wc_RsaSetRNG(rsaKey, rng);
|
wc_RsaSetRNG(rsaKey, &rng);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue