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

remm 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 246bbf18e4 Also remove constants
246bbf18e4 is described below

commit 246bbf18e44fd929d7f3f30f40b79d8be888d5f3
Author: remm <[email protected]>
AuthorDate: Fri Sep 12 14:19:21 2025 +0200

    Also remove constants
---
 java/org/apache/tomcat/util/net/openssl/panama/OpenSSLContext.java | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/java/org/apache/tomcat/util/net/openssl/panama/OpenSSLContext.java 
b/java/org/apache/tomcat/util/net/openssl/panama/OpenSSLContext.java
index a6b4c460db..20e303ca24 100644
--- a/java/org/apache/tomcat/util/net/openssl/panama/OpenSSLContext.java
+++ b/java/org/apache/tomcat/util/net/openssl/panama/OpenSSLContext.java
@@ -82,11 +82,6 @@ public class OpenSSLContext implements 
org.apache.tomcat.util.net.SSLContext {
 
     private static final String defaultProtocol = "TLS";
 
-    private static final int SSL_AIDX_RSA = 0;
-    private static final int SSL_AIDX_DSA = 1;
-    private static final int SSL_AIDX_ECC = 3;
-    private static final int SSL_AIDX_MAX = 4;
-
     public static final int SSL_PROTOCOL_NONE = 0;
     public static final int SSL_PROTOCOL_SSLV2 = 1;
     public static final int SSL_PROTOCOL_SSLV3 = (1 << 1);


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to