NP, no offense taken, all fine.

Am 16.04.2018 um 16:13 schrieb Mark Thomas:
On 16/04/18 15:11, ma...@apache.org wrote:
Author: markt
Date: Mon Apr 16 14:11:45 2018
New Revision: 1829284

URL: http://svn.apache.org/viewvc?rev=1829284&view=rev
Log:
Fix silly typo

Sorry. No offence meant. I thought it was something I had done as it
only saw it after my recent commit.

Mark



Modified:
     
tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/net/openssl/TestOpenSSLConf.java

Modified: 
tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/net/openssl/TestOpenSSLConf.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/net/openssl/TestOpenSSLConf.java?rev=1829284&r1=1829283&r2=1829284&view=diff
==============================================================================
--- 
tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/net/openssl/TestOpenSSLConf.java
 (original)
+++ 
tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/net/openssl/TestOpenSSLConf.java
 Mon Apr 16 14:11:45 2018
@@ -42,7 +42,7 @@ public class TestOpenSSLConf extends Tom
      // Test behavior needs to adjust for OpenSSL 1.1.1-pre3 and above
      private static final int OPENSSL_TLS13_SUPPORT_MIN_VERSION = 0x10101003;
- private static int OPENSSL_VERSION = TesterSupport.getOpensslVersion();;
+    private static int OPENSSL_VERSION = TesterSupport.getOpensslVersion();
private static boolean hasTLS13() {
          return OPENSSL_VERSION >= OPENSSL_TLS13_SUPPORT_MIN_VERSION;

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to