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