mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
5e4b657dd4
- Add new submodule for WolfSSL - Build and use wolfssl and wolfcrypt instead of yassl/taocrypt - Use HAVE_WOLFSSL instead of HAVE_YASSL - Increase MY_AES_CTX_SIZE, to avoid compile time asserts in my_crypt.cc (sizeof(EVP_CIPHER_CTX) is larger on WolfSSL)
13 lines
432 B
Text
13 lines
432 B
Text
[submodule "libmariadb"]
|
|
path = libmariadb
|
|
url = https://github.com/MariaDB/mariadb-connector-c
|
|
[submodule "storage/rocksdb/rocksdb"]
|
|
path = storage/rocksdb/rocksdb
|
|
url = https://github.com/facebook/rocksdb.git
|
|
[submodule "wsrep-lib"]
|
|
path = wsrep-lib
|
|
url = https://github.com/codership/wsrep-lib.git
|
|
branch = master
|
|
[submodule "extra/wolfssl/wolfssl"]
|
|
path = extra/wolfssl/wolfssl
|
|
url = https://github.com/WolfSSL/wolfssl
|