diff options
Diffstat (limited to 'mysql-test/t/ssl.test')
-rw-r--r-- | mysql-test/t/ssl.test | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mysql-test/t/ssl.test b/mysql-test/t/ssl.test index 936652eaa3d..2526a52bec6 100644 --- a/mysql-test/t/ssl.test +++ b/mysql-test/t/ssl.test @@ -1,7 +1,7 @@ # Turn on ssl between the client and server # and run a number of tests --- source include/have_ssl.inc +-- source include/have_ssl_communication.inc # Save the initial number of concurrent sessions --source include/count_sessions.inc @@ -23,3 +23,5 @@ disconnect ssl_con; # Wait till all disconnects are completed --source include/wait_until_count_sessions.inc +## This test file is for testing encrypted communication only, not other +## encryption routines that the SSL library happens to provide! |