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 1d1ac74a Extra info [skip ci]
1d1ac74a is described below
commit 1d1ac74a696dd858890190d71e5308babe138b1e
Author: Sebb <[email protected]>
AuthorDate: Mon Nov 6 22:09:22 2023 +0000
Extra info [skip ci]
---
src/main/java/org/apache/commons/crypto/jna/OpenSslJna.java | 1 +
1 file changed, 1 insertion(+)
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 e00de96d..a0d4d4bd 100644
--- a/src/main/java/org/apache/commons/crypto/jna/OpenSslJna.java
+++ b/src/main/java/org/apache/commons/crypto/jna/OpenSslJna.java
@@ -99,6 +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"));
// 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();