mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
6 lines
148 B
PHP
6 lines
148 B
PHP
|
if ($CLIENT_TLS_LIBRARY != "OpenSSL") {
|
||
|
if ($CLIENT_TLS_LIBRARY != "LibreSSL") {
|
||
|
skip "Test requires Connector/C with OpenSSL library";
|
||
|
}
|
||
|
}
|