We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a4c9d5 commit 2b0a4e5Copy full SHA for 2b0a4e5
java/org/apache/tomcat/util/net/openssl/OpenSSLStatus.java
@@ -153,7 +153,7 @@ public static boolean isBoringSSL() {
153
}
154
155
/**
156
- * @return true if running with LibreSSL < 3.5
+ * @return true if running with LibreSSL < 3.5
157
*/
158
public static boolean isLibreSSLPre35() {
159
return Name.LIBRESSL.equals(name) && ((majorVersion == 3 && minorVersion < 5) || majorVersion < 3);
0 commit comments