]> git.ipfire.org Git - thirdparty/bind9.git/commit
Don't check for OPENSSL_cleanup failures by default
authorMark Andrews <marka@isc.org>
Tue, 21 Mar 2023 03:29:46 +0000 (14:29 +1100)
committerMark Andrews <marka@isc.org>
Mon, 3 Apr 2023 02:44:27 +0000 (12:44 +1000)
commita3172c8f9c60eb79f23d2e2ba12f260a69a7097f
treefd4b83122681677dd4e27c06bfe83b8d4428f5fe
parent97627c554b6cf20b3ac747bfebb1635c10a5d87f
Don't check for OPENSSL_cleanup failures by default

OPENSSL_cleanup is supposed to free all remaining memory in use
provided the application has cleaned up properly.  This is not the
case on some operating systems.  Silently ignore memory that is
freed after OPENSSL_cleanup has been called.
lib/isc/tls.c