diff options
author | msvensson@pilot.blaudden <> | 2007-03-05 10:03:42 +0100 |
---|---|---|
committer | msvensson@pilot.blaudden <> | 2007-03-05 10:03:42 +0100 |
commit | 9a2eea4019cdc318efd3391ca948986720cadfa8 (patch) | |
tree | 136e9ed8fb8afbf1de870f1389c9a16a9130cceb /mysql-test/t/ssl_compress.test | |
parent | ab61d07a30b73e3446b6eab9536ba464a0d55f74 (diff) | |
download | mariadb-git-9a2eea4019cdc318efd3391ca948986720cadfa8.tar.gz |
Add "have_ssl" as synonym for "have_openssl"
Diffstat (limited to 'mysql-test/t/ssl_compress.test')
-rw-r--r-- | mysql-test/t/ssl_compress.test | 2 |
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); |