You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2023/11/06 22:16:40 UTC

(commons-crypto) branch crypto-174 updated: Typo [skipci]

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch crypto-174
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/crypto-174 by this push:
     new e505c25a Typo [skipci]
e505c25a is described below

commit e505c25ac6b22d64a408d2fbe5cb519e840acfd6
Author: Sebb <se...@apache.org>
AuthorDate: Mon Nov 6 22:16:35 2023 +0000

    Typo [skipci]
---
 src/main/java/org/apache/commons/crypto/jna/OpenSslJna.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/crypto/jna/OpenSslJna.java b/src/main/java/org/apache/commons/crypto/jna/OpenSslJna.java
index a0d4d4bd..a6064589 100644
--- a/src/main/java/org/apache/commons/crypto/jna/OpenSslJna.java
+++ b/src/main/java/org/apache/commons/crypto/jna/OpenSslJna.java
@@ -99,7 +99,7 @@ public final class OpenSslJna {
         // These are used by JNA code if defined:
         info("jna.library.path=%s", System.getProperty("jna.library.path"));
         info("jna.platform.library.path=%s", System.getProperty("jna.platform.library.path"));
-        info("commons.crypto.OpenSslJna=%s\n", System.getProperty("commons.crypto.OpenSslJna"));
+        info("commons.crypto.OpenSslNativeJna=%s\n", System.getProperty("commons.crypto.OpenSslNativeJna"));
         // can set jna.debug_load=true for loading info
         info(Crypto.getComponentName() + " OpenSslJna: enabled = %s, version = 0x%08X", isEnabled(), OpenSslNativeJna.VERSION);
         final Throwable initialisationError = initialisationError();