This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 953d7f8c8fdae814d0fdd8262167445aabc4b0fd Author: Christopher Schultz <[email protected]> AuthorDate: Tue Oct 28 10:11:21 2025 -0400 Remove unused import --- java/org/apache/tomcat/util/net/openssl/OpenSSLCertificateVerifier.java | 1 - 1 file changed, 1 deletion(-) diff --git a/java/org/apache/tomcat/util/net/openssl/OpenSSLCertificateVerifier.java b/java/org/apache/tomcat/util/net/openssl/OpenSSLCertificateVerifier.java index a4b4d09c80..a1fddbd2a8 100644 --- a/java/org/apache/tomcat/util/net/openssl/OpenSSLCertificateVerifier.java +++ b/java/org/apache/tomcat/util/net/openssl/OpenSSLCertificateVerifier.java @@ -18,7 +18,6 @@ package org.apache.tomcat.util.net.openssl; import java.security.cert.X509Certificate; -import javax.net.ssl.X509KeyManager; import javax.net.ssl.X509TrustManager; import org.apache.juli.logging.Log; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
