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 d01cf5a Remove incorrect comment
d01cf5a is described below
commit d01cf5a069e714ef9d3cf8f05e160b4308f7595d
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Sep 24 19:22:20 2021 +0100
Remove incorrect comment
---
test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java | 1 -
1 file changed, 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 cc91d47..88d2b46 100644
--- a/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java
+++ b/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java
@@ -53,7 +53,6 @@ public class TesterOpenSSL {
// Note: Gump currently tests 10.x with OpenSSL 3.1.x
VERSION = 30100;
} else if (versionString.startsWith("OpenSSL 3.0.0")) {
- // Note: Gump currently tests 10.x with OpenSSL 3.0.x
VERSION = 30000;
} else if (versionString.startsWith("OpenSSL 1.1.1")) {
// LTS
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]