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 c17c77e1 Will this work [skip ci]
c17c77e1 is described below
commit c17c77e154f398780c503504cc50142fb80b025b
Author: Sebb <[email protected]>
AuthorDate: Sun Nov 5 11:07:35 2023 +0000
Will this work [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 5c3461e1..6ba41617 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((LPCSTR)libraryPath);
+ openssl = LoadLibrary((char *)libraryPath);
#endif
}