mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Removed warning from ssl_cipher.test
This commit is contained in:
@ -2,6 +2,11 @@
|
|||||||
# Various tests that require setting of a specific ssl_cipher
|
# Various tests that require setting of a specific ssl_cipher
|
||||||
# which currently doesn't work in OpenSSL 1.1.1
|
# 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
|
--source include/have_ssl_communication.inc
|
||||||
|
|
||||||
if (`select @@version_ssl_library like 'OpenSSL 1.1.1%'`) {
|
if (`select @@version_ssl_library like 'OpenSSL 1.1.1%'`) {
|
||||||
|
Reference in New Issue
Block a user