You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/06/14 12:10:49 UTC

[GitHub] [commons-crypto] wenwj0 commented on a diff in pull request #165: CRYPTO-162 openSslCipher support engine.

wenwj0 commented on code in PR #165:
URL: https://github.com/apache/commons-crypto/pull/165#discussion_r896736733


##########
src/main/java/org/apache/commons/crypto/cipher/OpenSslNative.java:
##########
@@ -159,4 +159,6 @@ public native static int doFinalByteArray(long context, byte[] output,
      * @param context The cipher context address
      */
     public native static void clean(long context);
+

Review Comment:
   ok



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org