Skip to content

Commit 504d499

Browse files
committed
JNI: reference saltBuf rather than salt in #else (void) call
1 parent bfaa5eb commit 504d499

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jni/jni_pwdbased.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ JNIEXPORT jbyteArray JNICALL Java_com_wolfssl_wolfcrypt_Pwdbased_wc_1PBKDF2
191191
(void)jcl;
192192
(void)passBuf;
193193
(void)passBufLen;
194-
(void)salt;
194+
(void)saltBuf;
195195
(void)sBufLen;
196196
(void)iterations;
197197
(void)kLen;

0 commit comments

Comments
 (0)