1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Removed warning from ssl_cipher.test

This commit is contained in:
Monty
2023-10-10 12:18:49 +03:00
parent b159f05a63
commit 55534a2616

View File

@ -2,6 +2,11 @@
# Various tests that require setting of a specific ssl_cipher
# which currently doesn't work in OpenSSL 1.1.1
#
--disable_query_log
CALL mtr.add_suppression("are insecure");
--enable_query_log
--source include/have_ssl_communication.inc
if (`select @@version_ssl_library like 'OpenSSL 1.1.1%'`) {