diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-04-04 23:11:25 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-04-04 23:11:25 +0000 |
commit | 42d3eba523963ab015ac451eeea0788b11631c94 (patch) | |
tree | d6eb268f26af23cc29cceb581dd5468a2cfef052 /lib/dns/dst_internal.h | |
parent | 3939884dc90db099f5601bd7c27d39acf7a8c731 (diff) |
Notes
Diffstat (limited to 'lib/dns/dst_internal.h')
-rw-r--r-- | lib/dns/dst_internal.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/dns/dst_internal.h b/lib/dns/dst_internal.h index 220b3da836f1f..d9f6ac80774d5 100644 --- a/lib/dns/dst_internal.h +++ b/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 */ |