1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-08 14:02:17 +03:00

Disable cipher mapping test - depending on used OpenSSL version (in client and/or server) several cipher suites might be disabled or removed.

This commit is contained in:
Georg Richter
2018-04-18 07:13:21 +02:00
parent 0e2d9136f1
commit 60e5deec52

View File

@@ -912,6 +912,9 @@ static int test_cipher_mapping(MYSQL *unused __attribute__((unused)))
"DHE-RSA-CAMELLIA256-SHA", "AES256-SHA", "CAMELLIA256-SHA",
NULL };
diag("This test depends on OpenSSL version - since several ciphers might not be available");
return SKIP;
if (check_skip_ssl())
return SKIP;