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