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 11c57c69 Update DynamicLoader.c
11c57c69 is described below
commit 11c57c690c6b84d071c4828aaa181d657be86eb6
Author: sebbASF <[email protected]>
AuthorDate: Sun Nov 5 09:07:18 2023 +0000
Update DynamicLoader.c
temp test [skip ci]
---
src/main/native/org/apache/commons/crypto/DynamicLoader.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/native/org/apache/commons/crypto/DynamicLoader.c
b/src/main/native/org/apache/commons/crypto/DynamicLoader.c
index aff97ab7..8e2d0fff 100644
--- a/src/main/native/org/apache/commons/crypto/DynamicLoader.c
+++ b/src/main/native/org/apache/commons/crypto/DynamicLoader.c
@@ -44,7 +44,7 @@ HMODULE open_library(JNIEnv *env)
#endif
#ifdef WINDOWS
- openssl = LoadLibrary(TEXT(libraryPath));
+ openssl = LoadLibrary(TEXT("libcrypto-1_1-x64.dll"));
#endif
}