This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new 71ff5474e7 Keep cipher layout 71ff5474e7 is described below commit 71ff5474e7264b0e87335ab1492f47aa00bebc60 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