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:23:01 UTC

[tomcat] branch 8.5.x updated: Remove incorrect comment

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

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new efd7c27  Remove incorrect comment
efd7c27 is described below

commit efd7c277917e1529186a9c524b616b436b74a962
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