On 30/07/2014 15:32, Konstantin Kolinko wrote:
> 2014-07-30 17:16 GMT+04:00  <ma...@apache.org>:
>> Author: markt
>> Date: Wed Jul 30 13:16:14 2014
>> New Revision: 1614654
>>
>> URL: http://svn.apache.org/r1614654
>> Log:
>> Add notes on why some cipher suites are not expected to be returned by 
>> 'openssl ciphers'.
>> Enable the test
>>
>> Modified:
>>     tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java
>>
>> @@ -108,7 +139,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 = "openssl";
>> +            openSSLPath = "/opt/local/bin/openssl";
> 
> I think the above change was unintended.

It was. Reverted. Thanks for the catch.

Mark


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

Reply via email to