diff options
| author | 2020-02-24 17:57:54 +0000 | |
|---|---|---|
| committer | 2020-02-24 17:57:54 +0000 | |
| commit | 24ff385a28cabf04ee6d045db5a579d2dd9c91c6 (patch) | |
| tree | a215ceb2b8b2b240f256e1e1d19a8fc4aa543b97 /usr.bin/dig/lib/dns/tsig.c | |
| parent | Bump version to 6.6.4 for errata and to match -portable. (diff) | |
| download | wireguard-openbsd-24ff385a28cabf04ee6d045db5a579d2dd9c91c6.tar.xz wireguard-openbsd-24ff385a28cabf04ee6d045db5a579d2dd9c91c6.zip | |
Stop generating rdatastruct.h and put the dns_rdata_* structs for
cname, ns, soa, and tsig directly into rdata.h
Diffstat (limited to 'usr.bin/dig/lib/dns/tsig.c')
| -rw-r--r-- | usr.bin/dig/lib/dns/tsig.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/dig/lib/dns/tsig.c b/usr.bin/dig/lib/dns/tsig.c index 246ab437c1b..51b6b31f795 100644 --- a/usr.bin/dig/lib/dns/tsig.c +++ b/usr.bin/dig/lib/dns/tsig.c @@ -15,7 +15,7 @@ */ /* - * $Id: tsig.c,v 1.12 2020/02/24 17:45:25 florian Exp $ + * $Id: tsig.c,v 1.13 2020/02/24 17:57:54 florian Exp $ */ /*! \file */ @@ -33,7 +33,6 @@ #include <dns/rdata.h> #include <dns/rdatalist.h> #include <dns/rdataset.h> -#include "rdatastruct.h" #include <dns/result.h> #include <dns/tsig.h> |
