Commit 496fda66 authored by Sergei Golubchik's avatar Sergei Golubchik

openssl-poodle_6975.test: don't run it for older OpenSSL versions

parent cb8f837a
...@@ -39,6 +39,9 @@ sub skip_combinations { ...@@ -39,6 +39,9 @@ sub skip_combinations {
} }
$skip{'include/check_ipv6.inc'} = 'No IPv6' unless ipv6_ok(); $skip{'include/check_ipv6.inc'} = 'No IPv6' unless ipv6_ok();
$skip{'t/openssl-poodle_6975.test'} = 'no or too old openssl'
unless ! IS_WINDOWS and ! system "openssl ciphers TLSv1.2 2>&1 >/dev/null";
%skip; %skip;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment