]> git.ipfire.org Git - thirdparty/bind9.git/commit
BN_free() and BN_clear_free() both accept NULL
authorOndřej Surý <ondrej@isc.org>
Mon, 9 Jan 2023 15:00:18 +0000 (16:00 +0100)
committerOndřej Surý <ondrej@isc.org>
Mon, 9 Jan 2023 15:00:18 +0000 (16:00 +0100)
commit9e185cd611e2f7f245b63dd02fa46bda9cc32875
treea6445e0cbba11826c97562f3ae88620fdfbf8758
parentedd1b44d0bf5dd98e7d2a560c783aad4eeeda28f
BN_free() and BN_clear_free() both accept NULL

Remove the extra check in opensslrsa_components_free() as both BN_free()
and BN_clear_free() both accepts NULL as valid argument and do nothing.
lib/dns/opensslrsa_link.c