mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 00:46:17 +08:00
Revert "Merge branch 'master' of https://github.com/guanzhi/GmSSL"
This reverts commit7897604408, reversing changes made to6c122e31a6.
This commit is contained in:
@@ -425,7 +425,6 @@ end:
|
||||
if (inbuf) (*env)->ReleaseByteArrayElements(env, in, (jbyte *)inbuf, JNI_ABORT);
|
||||
if (ivbuf) (*env)->ReleaseByteArrayElements(env, iv, (jbyte *)ivbuf, JNI_ABORT);
|
||||
EVP_CIPHER_CTX_free(cctx);
|
||||
OPENSSL_free(outbuf);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user