You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/09/24 18:22:47 UTC

[tomcat] branch main updated: Remove incorrect comment

This is an automated email from the ASF dual-hosted git repository.

markt 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 e11f2ef  Remove incorrect comment
e11f2ef is described below

commit e11f2ef103fa32eb7ea1243e272dc5d6cf39e91a
Author: Mark Thomas <ma...@apache.org>
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org