F-9997: add explicit non-blinding arm to wc_RsaSetRNG JNI wrapper
parent
a89f7877e6
commit
efe1cf855e
|
|
@ -742,6 +742,10 @@ Java_com_wolfssl_wolfcrypt_Rsa_wc_1RsaSetRNG(
|
|||
else {
|
||||
return JNI_TRUE;
|
||||
}
|
||||
#else
|
||||
(void)env;
|
||||
(void)this;
|
||||
(void)rng_object;
|
||||
#endif
|
||||
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in New Issue