This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push: new 613abfd Remove obsolete comment 613abfd is described below commit 613abfd5fa6886a7e0cdd714238e0c84e8aae037 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Dec 18 08:22:17 2022 -0500 Remove obsolete comment --- src/main/java/org/apache/commons/crypto/jna/OpenSslNativeJna.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/org/apache/commons/crypto/jna/OpenSslNativeJna.java b/src/main/java/org/apache/commons/crypto/jna/OpenSslNativeJna.java index 360079c..ec13d74 100644 --- a/src/main/java/org/apache/commons/crypto/jna/OpenSslNativeJna.java +++ b/src/main/java/org/apache/commons/crypto/jna/OpenSslNativeJna.java @@ -155,7 +155,6 @@ final class OpenSslNativeJna { return JnaImplementation._EVP_CipherFinal_ex(context, outBuffer, outlen); } - // TODO: native method expects PointerByReference implementation public static int EVP_CipherInit_ex(final PointerByReference context, final PointerByReference algo, final Object object, final byte[] encoded, final byte[] iv, final int cipherMode) { return JnaImplementation._EVP_CipherInit_ex(context, algo, null, encoded, iv, cipherMode);