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 a791804 Remove comments a791804 is described below commit a791804b0951da1a67c026926345d6b7191273fd Author: remm <r...@apache.org> AuthorDate: Fri Nov 19 11:47:58 2021 +0100 Remove comments --- .../java/org/apache/tomcat/util/net/openssl/panama/OpenSSLContext.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/openssl-java17/src/main/java/org/apache/tomcat/util/net/openssl/panama/OpenSSLContext.java b/modules/openssl-java17/src/main/java/org/apache/tomcat/util/net/openssl/panama/OpenSSLContext.java index 735acb3..15b075a 100644 --- a/modules/openssl-java17/src/main/java/org/apache/tomcat/util/net/openssl/panama/OpenSSLContext.java +++ b/modules/openssl-java17/src/main/java/org/apache/tomcat/util/net/openssl/panama/OpenSSLContext.java @@ -1359,11 +1359,10 @@ public class OpenSSLContext implements org.apache.tomcat.util.net.SSLContext { private static class ContextState implements Runnable { - // SSL context private final MemoryAddress sslCtx; - // OpenSSLConfCmd context private final MemoryAddress confCtx; private final List<byte[]> negotiableProtocols; + private X509TrustManager x509TrustManager = null; private ContextState(MemoryAddress sslCtx, MemoryAddress confCtx, List<byte[]> negotiableProtocols) { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org