summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_ssl_crypto_functs.inc
blob: 2204c81db39f61c3916307c7ad5b6fc61f721db3 (plain)
1
2
3
4
if (`SELECT count(*) = 0 FROM information_schema.GLOBAL_VARIABLES WHERE
      VARIABLE_NAME = 'have_ssl' AND VARIABLE_VALUE <> 'NO'`){
  skip Needs SSL;
}