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 2ad9665  Javadoc
2ad9665 is described below

commit 2ad9665b5267736bedf0c942cc56f2938118703f
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Dec 14 07:44:30 2022 -0500

    Javadoc
---
 src/main/java/org/apache/commons/crypto/cipher/OpenSslNative.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/crypto/cipher/OpenSslNative.java 
b/src/main/java/org/apache/commons/crypto/cipher/OpenSslNative.java
index 8b8a85b..f116a7e 100644
--- a/src/main/java/org/apache/commons/crypto/cipher/OpenSslNative.java
+++ b/src/main/java/org/apache/commons/crypto/cipher/OpenSslNative.java
@@ -33,7 +33,7 @@ final class OpenSslNative {
     public static native void clean(long context);
 
     /**
-     * allows various cipher specific parameters to be determined and set.
+     * Allows various cipher specific parameters to be determined and set.
      *
      * it will call OpenSSL's API
      * int EVP_CIPHER_CTX_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void 
*ptr)

Reply via email to