This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 5cba333 Path seems to have changed from lib to lib64. Support both.
5cba333 is described below
commit 5cba333a0597e0d4b86857f768a700e674395d8e
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Aug 20 18:56:27 2021 +0100
Path seems to have changed from lib to lib64. Support both.
---
test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java
b/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java
index 07edc4b..9dafe46 100644
--- a/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java
+++ b/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java
@@ -337,7 +337,7 @@ public class TesterOpenSSL {
// Explicit OpenSSL path may also need explicit lib path
// (e.g. Gump needs this)
openSSLLibPath = openSSLPath.substring(0,
openSSLPath.lastIndexOf('/'));
- openSSLLibPath = openSSLLibPath + "/../lib";
+ openSSLLibPath = openSSLLibPath + "/../lib:" + openSSLLibPath +
"/../lib64";
}
List<String> cmd = new ArrayList<>();
cmd.add(openSSLPath);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]