diff options
| author | 2020-02-12 22:26:15 +0000 | |
|---|---|---|
| committer | 2020-02-12 22:26:15 +0000 | |
| commit | 841afb518d9ceb24ca11844afdef21fdd5622e7c (patch) | |
| tree | d1375efa85ab502d12a55168068700b23597bb8a /usr.bin/dig/lib/dns/dst_internal.h | |
| parent | improve parsing of relay {} sections: (diff) | |
| download | wireguard-openbsd-841afb518d9ceb24ca11844afdef21fdd5622e7c.tar.xz wireguard-openbsd-841afb518d9ceb24ca11844afdef21fdd5622e7c.zip | |
remove some files containing only comments
Diffstat (limited to 'usr.bin/dig/lib/dns/dst_internal.h')
| -rw-r--r-- | usr.bin/dig/lib/dns/dst_internal.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/dig/lib/dns/dst_internal.h b/usr.bin/dig/lib/dns/dst_internal.h index 456df9cf393..ce890c40b94 100644 --- a/usr.bin/dig/lib/dns/dst_internal.h +++ b/usr.bin/dig/lib/dns/dst_internal.h @@ -31,7 +31,7 @@ * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dst_internal.h,v 1.2 2020/02/11 17:23:29 florian Exp $ */ +/* $Id: dst_internal.h,v 1.3 2020/02/12 22:26:15 jsg Exp $ */ #ifndef DST_DST_INTERNAL_H #define DST_DST_INTERNAL_H 1 @@ -42,12 +42,10 @@ #include <isc/magic.h> #include <isc/region.h> #include <isc/types.h> -#include <isc/md5.h> #include <isc/refcount.h> #include <isc/sha1.h> #include <isc/sha2.h> #include <isc/stdtime.h> -#include <isc/hmacmd5.h> #include <isc/hmacsha.h> |
