Removed call to deprecated memory-leak checking API in OpenSSL 3.0

See: https://www.openssl.org/docs/manmaster/man3/CRYPTO_mem_ctrl.html
pull/3675/head
Javier Jaramago Fernández 5 years ago
parent ab88fd6b71
commit fd16e583ac

@ -465,8 +465,6 @@ int ProxySQL_create_or_load_TLS(bool bootstrap, std::string& msg) {
int ret = 0;
CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_OFF);
bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
if (bootstrap == true) {

Loading…
Cancel
Save