From efe1cf855e321dd10ceebb32faf13902ea24b4fa Mon Sep 17 00:00:00 2001 From: Chris Conlon Date: Thu, 27 Aug 2026 12:59:14 -0600 Subject: [PATCH] F-9997: add explicit non-blinding arm to wc_RsaSetRNG JNI wrapper --- jni/jni_rsa.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jni/jni_rsa.c b/jni/jni_rsa.c index 976ba99c..bc08e6bd 100644 --- a/jni/jni_rsa.c +++ b/jni/jni_rsa.c @@ -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