This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 1.2.x
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/1.2.x by this push:
new 9fecb0f95 Align with 9.0.x
9fecb0f95 is described below
commit 9fecb0f957a2f6d8b0e975531327e178a1e2bbc0
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Sep 28 12:21:49 2023 +0100
Align with 9.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 bed1d1fa5..91a8bc66f 100644
--- a/java/org/apache/tomcat/jni/SSL.java
+++ b/java/org/apache/tomcat/jni/SSL.java
@@ -73,7 +73,7 @@ public final class SSL {
public static final int SSL_PROTOCOL_ALL;
static {
- if (SSL.version() >= 0x1010100f) {
+ if (version() >= 0x1010100f) {
SSL_PROTOCOL_ALL = (SSL_PROTOCOL_TLSV1 | SSL_PROTOCOL_TLSV1_1 |
SSL_PROTOCOL_TLSV1_2 |
SSL_PROTOCOL_TLSV1_3);
} else {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]