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

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


The following commit(s) were added to refs/heads/sebb-mac-test by this push:
     new 4699432  What is the library version
4699432 is described below

commit 46994328b75ccdb72be6834c98631581ec775a3f
Author: Sebb <s...@apache.org>
AuthorDate: Sun Jun 26 15:15:56 2022 +0100

    What is the library version
---
 src/main/native/org/apache/commons/crypto/OpenSslInfoNative.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/native/org/apache/commons/crypto/OpenSslInfoNative.c 
b/src/main/native/org/apache/commons/crypto/OpenSslInfoNative.c
index 4b9f8e9..5833a08 100644
--- a/src/main/native/org/apache/commons/crypto/OpenSslInfoNative.c
+++ b/src/main/native/org/apache/commons/crypto/OpenSslInfoNative.c
@@ -58,6 +58,7 @@ static void get_methods(JNIEnv *env, HMODULE openssl)
 #endif
 {
   LOAD_OPENSSL_VERSION_FUNCTION(dlsym_OpenSSL_version_num, env, openssl);
+  fprintf(stderr, "dlsym_OpenSSL_version_num() => %lx\n", 
dlsym_OpenSSL_version_num());
 #ifdef UNIX
   if (dlsym_OpenSSL_version_num() > VERSION_1_1_X) {
     LOAD_DYNAMIC_SYMBOL(dlsym_OpenSSL_version, env, openssl, 
"OpenSSL_version");

Reply via email to