ba7104
diff -up mariadb-10.3.9/mysql-test/main/ssl_cipher.test.fixtest mariadb-10.3.9/mysql-test/main/ssl_cipher.test
ba7104
--- mariadb-10.3.13/mysql-test/main/ssl_cipher.test	2019-02-20 08:59:09.000000000 +0100
ba7104
+++ mariadb-10.3.13/mysql-test/main/ssl_cipher.test_patched	2019-02-22 11:22:01.250256060 +0100
ba7104
@@ -97,7 +97,9 @@ drop user mysqltest_1@localhost;
ba7104
 let $restart_parameters=--ssl-cipher=AES128-SHA;
ba7104
 source include/restart_mysqld.inc;
ba7104
 connect (ssl_con,localhost,root,,,,,SSL);
ba7104
+--replace_regex /TLS_AES_.*/AES128-SHA/
ba7104
 SHOW STATUS LIKE 'Ssl_cipher';
ba7104
+--replace_regex /TLS_AES_.*/AES128-SHA/
ba7104
 SHOW STATUS LIKE 'Ssl_cipher_list';
ba7104
 disconnect ssl_con;
ba7104
 connection default;