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 7a6fd450 Try [skip ci]
7a6fd450 is described below
commit 7a6fd450a41197bbe271304cdcab3f33b783b1fa
Author: Sebb <[email protected]>
AuthorDate: Sun Nov 5 01:48:43 2023 +0000
Try [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 aa0276f8..aff97ab7 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(libraryPath);
+ openssl = LoadLibrary(TEXT(libraryPath));
#endif
}