Skip to content

Commit

Permalink
Will this work [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Nov 5, 2023
1 parent ee8034c commit c17c77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/native/org/apache/commons/crypto/DynamicLoader.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ HMODULE open_library(JNIEnv *env)
#endif

#ifdef WINDOWS
openssl = LoadLibrary((LPCSTR)libraryPath);
openssl = LoadLibrary((char *)libraryPath);
#endif

}
Expand Down

0 comments on commit c17c77e

Please sign in to comment.