This is an automated email from the ASF dual-hosted git repository. remm 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 c104daa372 Use the proper API name c104daa372 is described below commit c104daa3722a3a68a1325169f2e460751ebbb35a Author: remm <r...@apache.org> AuthorDate: Wed Oct 18 16:53:41 2023 +0200 Use the proper API name --- java/org/apache/coyote/http11/AbstractHttp11JsseProtocol.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/coyote/http11/AbstractHttp11JsseProtocol.java b/java/org/apache/coyote/http11/AbstractHttp11JsseProtocol.java index 6f6fff40e8..2ea65972fd 100644 --- a/java/org/apache/coyote/http11/AbstractHttp11JsseProtocol.java +++ b/java/org/apache/coyote/http11/AbstractHttp11JsseProtocol.java @@ -39,7 +39,7 @@ public abstract class AbstractHttp11JsseProtocol<S> extends AbstractHttp11Protoc } 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