aboutsummaryrefslogtreecommitdiff
path: root/contrib/bind9/lib/dns/dst_internal.h
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2012-04-05 04:29:35 +0000
committerDoug Barton <dougb@FreeBSD.org>2012-04-05 04:29:35 +0000
commitd0f6280db790de2ad69bd01a1275e350cbd2840d (patch)
treecf3176c0801c94a4f298353cc450f10cf1aae9c0 /contrib/bind9/lib/dns/dst_internal.h
parent8931e524bfb5c6a10894f704e3eaa05ee5d9fa77 (diff)
parent42d3eba523963ab015ac451eeea0788b11631c94 (diff)
Update to version 9.8.2, the latest from ISC, which contains numerous bug fixes.
Notes
Notes: svn path=/head/; revision=233914
Diffstat (limited to 'contrib/bind9/lib/dns/dst_internal.h')
-rw-r--r--contrib/bind9/lib/dns/dst_internal.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/bind9/lib/dns/dst_internal.h b/contrib/bind9/lib/dns/dst_internal.h
index 220b3da836f1..d9f6ac80774d 100644
--- a/contrib/bind9/lib/dns/dst_internal.h
+++ b/contrib/bind9/lib/dns/dst_internal.h
@@ -1,5 +1,5 @@
/*
- * Portions Copyright (C) 2004-2011 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2004-2012 Internet Systems Consortium, Inc. ("ISC")
* Portions Copyright (C) 2000-2002 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
@@ -29,7 +29,7 @@
* IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: dst_internal.h,v 1.29 2011-01-11 23:47:13 tbox Exp $ */
+/* $Id$ */
#ifndef DST_DST_INTERNAL_H
#define DST_DST_INTERNAL_H 1
@@ -94,6 +94,8 @@ struct dst_key {
unsigned int key_alg; /*%< algorithm of the key */
isc_uint32_t key_flags; /*%< flags of the public key */
isc_uint16_t key_id; /*%< identifier of the key */
+ isc_uint16_t key_rid; /*%< identifier of the key when
+ revoked */
isc_uint16_t key_bits; /*%< hmac digest bits */
dns_rdataclass_t key_class; /*%< class of the key record */
isc_mem_t *mctx; /*%< memory context */