JNI: change filePath to fileBytes

pull/359/head
Ruby Martin 2026-04-21 12:52:43 -06:00
parent 6d29fc5209
commit 5f98be67e2
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ JNIEXPORT jint JNICALL Java_com_wolfssl_WolfSSLCertificate_X509_1set_1pubkey_1na
(void)jcl;
(void)x509Ptr;
(void)keyType;
(void)filePath;
(void)fileBytes;
(void)fileFormat;
return (jint)NOT_COMPILED_IN;
#endif