summaryrefslogtreecommitdiff
path: root/mysql-test/t/ssl_compress.test
diff options
context:
space:
mode:
authorunknown <msvensson@pilot.blaudden>2007-03-05 10:03:42 +0100
committerunknown <msvensson@pilot.blaudden>2007-03-05 10:03:42 +0100
commit3880c80fc60b28ec3898118eba0cbe0fdc2eeee3 (patch)
tree136e9ed8fb8afbf1de870f1389c9a16a9130cceb /mysql-test/t/ssl_compress.test
parentb9c36948f44b39cb2a9d4c80ea3bbb321ec1e045 (diff)
downloadmariadb-git-3880c80fc60b28ec3898118eba0cbe0fdc2eeee3.tar.gz
Add "have_ssl" as synonym for "have_openssl"
mysql-test/t/openssl_1.test: Add "have_ssl" as synonym for "have_openssl" Correct comment
Diffstat (limited to 'mysql-test/t/ssl_compress.test')
-rw-r--r--mysql-test/t/ssl_compress.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/ssl_compress.test b/mysql-test/t/ssl_compress.test
index f5fe86e9a81..23051c0e367 100644
--- a/mysql-test/t/ssl_compress.test
+++ b/mysql-test/t/ssl_compress.test
@@ -1,7 +1,7 @@
# Turn on compression between the client and server
# and run a number of tests
--- source include/have_openssl.inc
+-- source include/have_ssl.inc
-- source include/have_compress.inc
connect (ssl_compress_con,localhost,root,,,,,SSL COMPRESS);