summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/res_debug.c
diff options
context:
space:
mode:
authorjakob <jakob@openbsd.org>2007-10-11 18:36:41 +0000
committerjakob <jakob@openbsd.org>2007-10-11 18:36:41 +0000
commitb67a7dbbd02b3d61b2b6c4e2469e758cfe923a7e (patch)
tree5c068be0e2487344fa136018c0734e154c829bfd /lib/libc/net/res_debug.c
parenttreat usb vendor/product names as a locator, and have usbd_print handle it, (diff)
downloadwireguard-openbsd-b67a7dbbd02b3d61b2b6c4e2469e758cfe923a7e.tar.xz
wireguard-openbsd-b67a7dbbd02b3d61b2b6c4e2469e758cfe923a7e.zip
use RRSIG instead of SIG for DNSSEC. ok djm@
Diffstat (limited to 'lib/libc/net/res_debug.c')
-rw-r--r--lib/libc/net/res_debug.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/net/res_debug.c b/lib/libc/net/res_debug.c
index 8e72c2a5e5b..246fefef3c4 100644
--- a/lib/libc/net/res_debug.c
+++ b/lib/libc/net/res_debug.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: res_debug.c,v 1.21 2005/08/06 20:30:04 espie Exp $ */
+/* $OpenBSD: res_debug.c,v 1.22 2007/10/11 18:36:41 jakob Exp $ */
/*
* ++Copyright++ 1985, 1990, 1993
@@ -751,6 +751,7 @@ __p_rr(const u_char *cp, const u_char *msg, FILE *file)
break;
case T_SIG:
+ case T_RRSIG:
type = _getshort((u_char*)cp);
cp += INT16SZ;
fprintf(file, " %s", p_type(type));