mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
eliminate HP-UX compiler warning
This commit is contained in:
parent
94b166ffa5
commit
ad8294ec37
@ -16,7 +16,7 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* $Id: tsig.c,v 1.42 2000/01/24 22:22:50 bwelling Exp $
|
||||
* $Id: tsig.c,v 1.43 2000/01/31 21:59:50 gson Exp $
|
||||
* Principal Author: Brian Wellington
|
||||
*/
|
||||
|
||||
@ -1000,7 +1000,7 @@ dns_tsigkey_find(dns_tsigkey_t **tsigkey, dns_name_t *name,
|
||||
static void
|
||||
dns_tsig_inithmac() {
|
||||
isc_region_t r;
|
||||
char *str = "\010HMAC-MD5\007SIG-ALG\003REG\003INT";
|
||||
unsigned char *str = "\010HMAC-MD5\007SIG-ALG\003REG\003INT";
|
||||
dns_name_init(&hmacmd5_name, NULL);
|
||||
r.base = str;
|
||||
r.length = strlen(str) + 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user