1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-20 05:03:09 +03:00
Files
mariadb/mysys_ssl
Sergei Golubchik 93a95c0a76 cleanup: check_openssl_compatibility()
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)
2017-07-05 17:15:57 +02:00
..
2017-03-10 18:21:26 +01:00
2017-03-10 18:21:26 +01:00
2017-03-10 18:21:26 +01:00
2017-03-10 18:21:26 +01:00
2017-03-10 18:21:26 +01:00
2017-03-10 18:21:26 +01:00