This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new b71f23cb09 Use the proper API name
b71f23cb09 is described below

commit b71f23cb09e65e941900aec4d94a8ee524dfbb9b
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

Reply via email to