diff --git a/jni/jni_pwdbased.c b/jni/jni_pwdbased.c index 007afd29..97f457b3 100644 --- a/jni/jni_pwdbased.c +++ b/jni/jni_pwdbased.c @@ -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;