Author: markt Date: Wed Jul 30 14:39:19 2014 New Revision: 1614669 URL: http://svn.apache.org/r1614669 Log: Whoops. Remove debug code.
Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java?rev=1614669&r1=1614668&r2=1614669&view=diff ============================================================================== --- tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java (original) +++ tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java Wed Jul 30 14:39:19 2014 @@ -175,7 +175,7 @@ public class TestCipher { private static String getOpenSSLCiphersAsExpression(String specification) throws Exception { String openSSLPath = System.getProperty("tomcat.test.openssl.path"); if (openSSLPath == null || openSSLPath.length() == 0) { - openSSLPath = "/opt/local/bin/openssl"; + openSSLPath = "openssl"; } StringBuilder cmd = new StringBuilder(openSSLPath + " ciphers"); if (specification != null) { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org