2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

move dns_zonekey_iszonekey() to dns_dnssec module

dns_zonekey_iszonekey() was the only function defined in the
dns_zonekey module, and was only called from one place. it
makes more sense to group this with dns_dnssec functions.
This commit is contained in:
Evan Hunt
2025-03-13 13:01:47 -07:00
parent d3db9ccf53
commit 341b962665
7 changed files with 60 additions and 102 deletions

View File

@@ -55,7 +55,6 @@
#include <dns/stats.h>
#include <dns/time.h>
#include <dns/view.h>
#include <dns/zonekey.h>
#include "db_p.h"
#include "qpcache_p.h"