mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
new read-only server variable version_ssl_library
This commit is contained in:
@ -63,7 +63,8 @@ sub skip_combinations {
|
||||
$skip{'include/check_ipv6.inc'} = 'No IPv6' unless ipv6_ok();
|
||||
|
||||
$skip{'t/openssl_6975.test'} = 'no or too old openssl'
|
||||
unless ! IS_WINDOWS and ! system "openssl ciphers TLSv1.2 >/dev/null 2>&1";
|
||||
unless $::mysqld_variables{'version-ssl-library'} =~ /OpenSSL (\S+)/
|
||||
and $1 ge "1.0.1";
|
||||
|
||||
%skip;
|
||||
}
|
||||
|
Reference in New Issue
Block a user