Commit 6e490cb7 authored by tonu@x153.internalnet's avatar tonu@x153.internalnet
Browse files

Yet another SSL fixes

parent 9cd207e0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
-- require r/have_openssl_1.require
show variables like "have_openssl";
+2 −0
Original line number Diff line number Diff line
-- require r/have_openssl_2.require
SHOW STATUS LIKE "SSL_get_cipher";
+2 −0
Original line number Diff line number Diff line
Variable_name	Value
have_openssl	YES
+2 −0
Original line number Diff line number Diff line
Variable_name	Value
jkhjkhfs
+1 −0
Original line number Diff line number Diff line
# We test openssl. Result set is optimized to be compiled with --with-openssl but 
# SSL is swithced off in some reason
-- source include/have_openssl_2.inc

SHOW STATUS LIKE 'SSL%';
Loading