mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
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:
parent
6c3de76ad5
commit
6a742fc3b1
7 changed files with 14 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue