MDEV-3927 Add variable "have yassl"

have_openssl variable was ON even when OpenSSL was not used (but YaSSL was).
fix that, so that have_openssl really corresponds to OpenSSL

rename not_openssl.inc to not_ssl.inc and fix the test accordingly.
This commit is contained in:
Sergei Golubchik 2012-12-18 11:56:00 +01:00
commit 6a742fc3b1
7 changed files with 14 additions and 9 deletions

View file

@ -297,6 +297,7 @@ extern SHOW_COMP_OPTION have_query_cache;
extern SHOW_COMP_OPTION have_geometry, have_rtree_keys;
extern SHOW_COMP_OPTION have_crypt;
extern SHOW_COMP_OPTION have_compress;
extern SHOW_COMP_OPTION have_openssl;
/*
Prototypes for helper functions