F-9997: add explicit non-blinding arm to wc_RsaSetRNG JNI wrapper

pull/267/head
Chris Conlon 2026-08-27 12:59:14 -06:00
parent a89f7877e6
commit efe1cf855e
1 changed files with 4 additions and 0 deletions

View File

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