]> git.ipfire.org Git - thirdparty/bind9.git/commit
Move commonly used variables to the verification context structure
authorMichał Kępień <michal@isc.org>
Fri, 15 Jun 2018 07:59:20 +0000 (09:59 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 15 Jun 2018 08:10:24 +0000 (10:10 +0200)
commit43d0fb84e7744852cdfbfc4be816de453ebf9fbc
tree106e55e679dea807659d4106f1f1964c2a531caa
parentffc79977238692504875e8ab505aafc98810d257
Move commonly used variables to the verification context structure

Move variables commonly used throughout dns_zoneverify_dnssec() and its
helper functions to the structure representing a verification context in
order to reduce the number of arguments passed between functions.
lib/dns/zoneverify.c