1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Add "have_ssl" as synonym for "have_openssl"

This commit is contained in:
msvensson@pilot.blaudden
2007-03-05 10:03:42 +01:00
parent ab61d07a30
commit 9a2eea4019
14 changed files with 25 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
# Turn on ssl between the client and server
# and run a number of tests
-- source include/have_openssl.inc
-- source include/have_ssl.inc
connect (ssl_con,localhost,root,,,,,SSL);