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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org