Author: markt
Date: Fri Mar 16 12:05:43 2018
New Revision: 1826979

URL: http://svn.apache.org/viewvc?rev=1826979&view=rev
Log:
Fix copy/paste error

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=1826979&r1=1826978&r2=1826979&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 
Fri Mar 16 12:05:43 2018
@@ -373,7 +373,7 @@ public class TesterOpenSSL {
             args.add("\"\"");
         }
         // Include the specification if provided
-        if (specification == null) {
+        if (specification != null) {
             args.add(specification);
         }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to