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 17ba45fee7 Use the proper API name 17ba45fee7 is described below commit 17ba45fee737b7e8808f7577c31abf3d7268d627 Author: remm <r...@apache.org> AuthorDate: Wed Oct 18 16:52:28 2023 +0200 Use the proper API name --- java/org/apache/coyote/http11/AbstractHttp11Protocol.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/coyote/http11/AbstractHttp11Protocol.java b/java/org/apache/coyote/http11/AbstractHttp11Protocol.java index 77bd542d05..fe4380dbe2 100644 --- a/java/org/apache/coyote/http11/AbstractHttp11Protocol.java +++ b/java/org/apache/coyote/http11/AbstractHttp11Protocol.java @@ -725,7 +725,7 @@ public abstract class AbstractHttp11Protocol<S> extends AbstractProtocol<S> { } if (getSslImplementationName() != null && getSslImplementationName().endsWith(".panama.OpenSSLImplementation")) { - return "opensslforeign"; + return "opensslffm"; } return "jsse"; } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org