This is an automated email from the ASF dual-hosted git repository.
markt 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 95ca454cc2 Align with 11.0.x
95ca454cc2 is described below
commit 95ca454cc2c1757c3a40d191b19ad029d6e70cff
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Feb 7 19:45:25 2024 +0000
Align with 11.0.x
---
java/org/apache/tomcat/jni/SSL.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/tomcat/jni/SSL.java
b/java/org/apache/tomcat/jni/SSL.java
index 974e998c7d..4fff8081b9 100644
--- a/java/org/apache/tomcat/jni/SSL.java
+++ b/java/org/apache/tomcat/jni/SSL.java
@@ -241,7 +241,7 @@ public final class SSL {
public static final int SSL_SELECTOR_FAILURE_NO_ADVERTISE = 0;
public static final int SSL_SELECTOR_FAILURE_CHOOSE_MY_LAST_PROTOCOL = 1;
- /* Return OpenSSL version number (compile time version, if version <
1.1.0) */
+ /* Return OpenSSL version number (run time version) */
public static native int version();
/* Return OpenSSL version string (run time version) */
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]