This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new c5e531a Remove unused code c5e531a is described below commit c5e531a6742b53a2c6beb80c693511913310c946 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Nov 4 09:33:40 2019 +0000 Remove unused code --- .../apache/tomcat/util/net/openssl/OpenSSLEngine.java | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/java/org/apache/tomcat/util/net/openssl/OpenSSLEngine.java b/java/org/apache/tomcat/util/net/openssl/OpenSSLEngine.java index e775168..7ae6fe8 100644 --- a/java/org/apache/tomcat/util/net/openssl/OpenSSLEngine.java +++ b/java/org/apache/tomcat/util/net/openssl/OpenSSLEngine.java @@ -181,25 +181,6 @@ public final class OpenSSLEngine extends SSLEngine implements SSLUtil.ProtocolIn * {@link SSLEngine} belongs to. * @param alpn {@code true} if alpn should be used, {@code false} * otherwise - */ - OpenSSLEngine(long sslCtx, String fallbackApplicationProtocol, - boolean clientMode, OpenSSLSessionContext sessionContext, - boolean alpn) { - this(sslCtx, fallbackApplicationProtocol, clientMode, sessionContext, - alpn, false); - } - - /** - * Creates a new instance - * - * @param sslCtx an OpenSSL {@code SSL_CTX} object - * @param fallbackApplicationProtocol the fallback application protocol - * @param clientMode {@code true} if this is used for clients, {@code false} - * otherwise - * @param sessionContext the {@link OpenSSLSessionContext} this - * {@link SSLEngine} belongs to. - * @param alpn {@code true} if alpn should be used, {@code false} - * otherwise * @param initialized {@code true} if this instance gets its protocol, * cipher and client verification from the {@code SSL_CTX} {@code sslCtx} */ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org