Update GmSSL.c

maybe you means PrivateKeyDecrypt ?
This commit is contained in:
bill
2017-09-20 16:59:51 +08:00
committed by Simon
parent 266287783c
commit 88d974cfa8

View File

@@ -570,7 +570,7 @@ end:
}
JNIEXPORT jbyteArray JNICALL Java_GmSSL_publicKeyDecrypt(
JNIEXPORT jbyteArray JNICALL Java_GmSSL_PrivateKeyDecrypt(
JNIEnv *env, jobject this, jstring algor, jint flag,
jbyteArray in, jbyteArray key)
{