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 992bee3f60 Keep cipher layout
992bee3f60 is described below

commit 992bee3f60d813e6e5171f0141c057d0aca869af
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu May 22 17:34:46 2025 +0100

    Keep cipher layout
---
 java/org/apache/tomcat/util/net/openssl/ciphers/Cipher.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/java/org/apache/tomcat/util/net/openssl/ciphers/Cipher.java 
b/java/org/apache/tomcat/util/net/openssl/ciphers/Cipher.java
index 706c47bf65..7b5b983d7c 100644
--- a/java/org/apache/tomcat/util/net/openssl/ciphers/Cipher.java
+++ b/java/org/apache/tomcat/util/net/openssl/ciphers/Cipher.java
@@ -44,6 +44,7 @@ import java.util.Set;
  */
 public enum Cipher {
 
+    // @formatter:off
     /* Cipher 0
      * TLS_NULL_WITH_NULL_NULL
      * Must never be negotiated. Used internally to represent the initial
@@ -4988,7 +4989,7 @@ public enum Cipher {
      256,
      256
      },*/
-
+    // @formatter:on
 
     private final int id;
     private final String openSSLAlias;


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to