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 21a8109ef2 Remove extension 21a8109ef2 is described below commit 21a8109ef2aa2a416617d182f23dec46abae0545 Author: remm <r...@apache.org> AuthorDate: Fri Jun 28 11:27:16 2024 +0200 Remove extension Maybe simply "ssl.version" could work, I'll try it next. --- 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 a6a797c06d..1d11098c00 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.dylib"; + libName = "/usr/lib/libssl.46"; } SYMBOL_LOOKUP = SymbolLookup.libraryLookup(System.mapLibraryName(libName), LIBRARY_ARENA) .or(SymbolLookup.loaderLookup()) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org