JNI: reference saltBuf rather than salt in #else (void) call

pull/212/head
Ruby Martin 2026-04-24 09:43:01 -06:00
parent bfaa5eb320
commit 504d499561
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ JNIEXPORT jbyteArray JNICALL Java_com_wolfssl_wolfcrypt_Pwdbased_wc_1PBKDF2
(void)jcl;
(void)passBuf;
(void)passBufLen;
(void)salt;
(void)saltBuf;
(void)sBufLen;
(void)iterations;
(void)kLen;