mirror of
https://github.com/MariaDB/server.git
synced 2025-11-17 03:06:27 +01:00
CRYPTO_set_mem_functions() works only until the first allocation is done: * remove the second CRYPTO_set_mem_functions() call * check whether the first CRYPTO_set_mem_functions() call worked * stricter memory checks (==1, not >1, etc) * as coc_malloc cannot be removed, make the counter a bit cheaper * only do the check for OpenSSL 1.1 (because of OpenSSL 1.0 bug) |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| my_crypt.cc | ||
| my_md5.cc | ||
| my_sha.ic | ||
| my_sha1.cc | ||
| my_sha224.cc | ||
| my_sha256.cc | ||
| my_sha384.cc | ||
| my_sha512.cc | ||
| openssl.c | ||
| yassl.cc | ||