mirror of
https://github.com/MariaDB/server.git
synced 2026-04-27 18:55:31 +02:00
MDEV-7450 key management plugins don't work with yassl
workaround, not a fix: don't build key management plugins in yassl builds
This commit is contained in:
parent
d78a53ec43
commit
1c801650f8
3 changed files with 7 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
MYSQL_ADD_PLUGIN(EXAMPLE_KEY_MANAGEMENT_PLUGIN example_key_management_plugin.cc
|
||||
MODULE_ONLY)
|
||||
MODULE_ONLY ONLY_IF HAVE_EncryptAes128Ctr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue