From: Arаm Sаrgsyаn Date: Tue, 28 Apr 2026 14:46:43 +0000 (+0000) Subject: fix: dev: Make BIND9 compatible with OpenSSL 4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80794c5e871f1e7aa3caa68fa46e806027eb9b39;p=thirdparty%2Fbind9.git fix: dev: Make BIND9 compatible with OpenSSL 4 OPENSSL_cleanup() in OpenSSL 4 doesn't free the memory, and that is not compatible with BIND 9's memory leak detection code. Don't use custom allocation/deallocation functions for OpenSSL's internal memory management. See https://github.com/openssl/openssl/pull/29721 Closes #5808 Merge branch '5808-openssl4-compat-fix' into 'main' See merge request isc-projects/bind9!11865 --- 80794c5e871f1e7aa3caa68fa46e806027eb9b39