This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 16d7c7d270 Another attempt
16d7c7d270 is described below
commit 16d7c7d270676b36d1a4d7d5e42200c5d5269bd6
Author: remm <[email protected]>
AuthorDate: Fri Jun 28 11:43:40 2024 +0200
Another attempt
---
java/org/apache/tomcat/util/openssl/openssl_h.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/tomcat/util/openssl/openssl_h.java
b/java/org/apache/tomcat/util/openssl/openssl_h.java
index 1d11098c00..efcf26d715 100644
--- a/java/org/apache/tomcat/util/openssl/openssl_h.java
+++ b/java/org/apache/tomcat/util/openssl/openssl_h.java
@@ -55,7 +55,7 @@ public class openssl_h {
// Note: Some system libraries such as libcrypto must use a versioned
name on MacOS
// See https://github.com/sergot/openssl/issues/81
if (os.indexOf("mac") >= 0) {
- libName = "/usr/lib/libssl.46";
+ libName = "ssl.46";
}
SYMBOL_LOOKUP =
SymbolLookup.libraryLookup(System.mapLibraryName(libName), LIBRARY_ARENA)
.or(SymbolLookup.loaderLookup())
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]