From 056b54e629e2107fb1b3876767656840a553873a Mon Sep 17 00:00:00 2001 From: Marek Kulik Date: Sep 20 2021 13:12:59 +0000 Subject: Add tracking information for openssl patch Add link for tracking OpenSSL 3.0.0 compatibility issue with upstream to .patch file. --- diff --git a/proxysql_openssl.patch b/proxysql_openssl.patch index c308365..8a0846b 100644 --- a/proxysql_openssl.patch +++ b/proxysql_openssl.patch @@ -10,6 +10,8 @@ Notes: This patch should not cause any problems. CRYPTO_mem_ctrl is probably used to debug potential TLS issues and this is leftover that does not affect release builds. +Tracking with upstream: https://github.com/sysown/proxysql/issues/3636 + --- test/src/proxy_tls.cpp.org 2021-09-20 07:22:10.562767358 +0000 +++ test/src/proxy_tls.cpp 2021-09-20 07:19:31.035728759 +0000 @@ -465,7 +465,7 @@