This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new a095235b6f Keep cipher layout
a095235b6f is described below
commit a095235b6fc433f1158f56c062b97d6c6eb85ccf
Author: Mark Thomas <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]