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