summaryrefslogtreecommitdiff
path: root/mysql-test/t/openssl_1.test
diff options
context:
space:
mode:
authormsvensson@pilot.blaudden <>2007-03-05 10:03:42 +0100
committermsvensson@pilot.blaudden <>2007-03-05 10:03:42 +0100
commit9a2eea4019cdc318efd3391ca948986720cadfa8 (patch)
tree136e9ed8fb8afbf1de870f1389c9a16a9130cceb /mysql-test/t/openssl_1.test
parentab61d07a30b73e3446b6eab9536ba464a0d55f74 (diff)
downloadmariadb-git-9a2eea4019cdc318efd3391ca948986720cadfa8.tar.gz
Add "have_ssl" as synonym for "have_openssl"
Diffstat (limited to 'mysql-test/t/openssl_1.test')
-rw-r--r--mysql-test/t/openssl_1.test7
1 files changed, 4 insertions, 3 deletions
diff --git a/mysql-test/t/openssl_1.test b/mysql-test/t/openssl_1.test
index 3d614514de3..8772b8157e3 100644
--- a/mysql-test/t/openssl_1.test
+++ b/mysql-test/t/openssl_1.test
@@ -1,6 +1,7 @@
-# We test openssl. Result set is optimized to be compiled with --with-openssl.
-# Use mysql-test-run with --with-openssl option.
--- source include/have_openssl.inc
+# Tests for SSL connections, only run if mysqld is compiled
+# with support for SSL.
+
+-- source include/have_ssl.inc
--disable_warnings
drop table if exists t1;