From fd16e583ac1a9db5af62079c349a2df80eac6557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jaramago=20Fern=C3=A1ndez?= Date: Tue, 26 Oct 2021 11:47:01 +0200 Subject: [PATCH] Removed call to deprecated memory-leak checking API in OpenSSL 3.0 See: https://www.openssl.org/docs/manmaster/man3/CRYPTO_mem_ctrl.html --- src/proxy_tls.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/proxy_tls.cpp b/src/proxy_tls.cpp index eff307a11..8de0ecadb 100644 --- a/src/proxy_tls.cpp +++ b/src/proxy_tls.cpp @@ -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) {