mirror of
https://github.com/MariaDB/server.git
synced 2025-08-18 08:21:37 +02:00
5 lines
146 B
PHP
5 lines
146 B
PHP
if ($CLIENT_TLS_LIBRARY != "OpenSSL") {
|
|
if ($CLIENT_TLS_LIBRARY != "LibreSSL") {
|
|
skip Test requires Connector/C with OpenSSL library;
|
|
}
|
|
}
|