You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2018/03/18 20:22:12 UTC

svn commit: r1827150 - /tomcat/trunk/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java

Author: markt
Date: Sun Mar 18 20:22:12 2018
New Revision: 1827150

URL: http://svn.apache.org/viewvc?rev=1827150&view=rev
Log:
Don't need quotes

Modified:
    tomcat/trunk/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java

Modified: tomcat/trunk/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java?rev=1827150&r1=1827149&r2=1827150&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java (original)
+++ tomcat/trunk/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java Sun Mar 18 20:22:12 2018
@@ -377,7 +377,7 @@ public class TesterOpenSSL {
         if (VERSION == 10101) {
             // Need to exclude the TLSv1.3 ciphers
             args.add("-ciphersuites");
-            args.add("\"\"");
+            args.add("");
         }
         // Include the specification if provided
         if (specification != null) {



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