mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
6a742fc3b1
have_openssl variable was ON even when OpenSSL was not used (but YaSSL was). fix that, so that have_openssl really corresponds to OpenSSL rename not_openssl.inc to not_ssl.inc and fix the test accordingly.
4 lines
62 B
PHP
4 lines
62 B
PHP
if (`select @@have_ssl = 'YES'`)
|
|
{
|
|
skip only without SSL;
|
|
}
|