mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
missing unsigned
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
* IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: dnssec-signzone.c,v 1.219 2009/06/09 22:54:21 marka Exp $ */
|
/* $Id: dnssec-signzone.c,v 1.220 2009/06/24 01:27:06 marka Exp $ */
|
||||||
|
|
||||||
/*! \file */
|
/*! \file */
|
||||||
|
|
||||||
@@ -1333,7 +1333,7 @@ goodsig(dns_rdata_t *sigrdata, dns_name_t *name, dns_rdataset_t *keyrdataset,
|
|||||||
static void
|
static void
|
||||||
verifyset(dns_rdataset_t *rdataset, dns_name_t *name, dns_dbnode_t *node,
|
verifyset(dns_rdataset_t *rdataset, dns_name_t *name, dns_dbnode_t *node,
|
||||||
dns_rdataset_t *keyrdataset, unsigned char *ksk_algorithms,
|
dns_rdataset_t *keyrdataset, unsigned char *ksk_algorithms,
|
||||||
char *bad_algorithms)
|
unsigned char *bad_algorithms)
|
||||||
{
|
{
|
||||||
unsigned char set_algorithms[256];
|
unsigned char set_algorithms[256];
|
||||||
char namebuf[DNS_NAME_FORMATSIZE];
|
char namebuf[DNS_NAME_FORMATSIZE];
|
||||||
|
Reference in New Issue
Block a user