1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

OpenSSL fixes

SSL/NOTES:
  Comments added
This commit is contained in:
unknown
2001-09-01 06:30:05 +08:00
parent 3e899543d6
commit bf10717a71
4 changed files with 27 additions and 13 deletions

View File

@ -1,2 +1,2 @@
-- require r/have_ssl.require
show variables like "have_ssl";
-- require r/have_openssl.require
show variables like "have_openssl";

View File

@ -1,6 +1,5 @@
-- source include/have_openssl.inc
# We want to test everything with SSL turned on.
-- source include/have_openssl.inc
SHOW STATUS LIKE 'SSL%';