]> git.ipfire.org Git - thirdparty/bind9.git/commit
Only declare 'engine' if it is used
authorMark Andrews <marka@isc.org>
Thu, 26 Oct 2023 23:49:38 +0000 (10:49 +1100)
committerMark Andrews <marka@isc.org>
Thu, 26 Oct 2023 23:49:38 +0000 (10:49 +1100)
commit8b11061b91f01b2e6c993faed18efb976a5af842
tree929d568d8708021ea1cd6479d061cad6ec685794
parent9c50e0fb8d24e88e781563a21be63917e405f44a
Only declare 'engine' if it is used

Move the declaration of 'engine' within the appropriate #if/#endif
block.  Remove the UNUSED(engine) from the #else block.
lib/dns/opensslrsa_link.c