fix input argument

pull/101/head
Jacob Barthelmeh 2018-07-17 10:53:51 -06:00
parent ffa42a7a58
commit 1ec0e17d29
1 changed files with 1 additions and 1 deletions

View File

@ -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;