1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-12 12:25:37 +03:00

Fix which include file is used to decide whether to skip rpl_openssl, the

earlier change wasn't correct. (But the other changes to the test were.)
This commit is contained in:
jimw@mysql.com
2005-08-11 17:14:11 -07:00
parent 03162293da
commit 7d1c4bc3c9

View File

@@ -1,4 +1,4 @@
source include/have_openssl.inc;
source include/have_openssl_1.inc;
source include/master-slave.inc;
# We don't test all types of ssl auth params here since it's a bit hard