char *secretstore in setup_system() made unsigned for argument compatibility
with dns_tsigkey_create().
This commit is contained in:
@@ -340,7 +340,7 @@ setup_system(void) {
|
||||
isc_buffer_t secretsrc;
|
||||
isc_buffer_t secretbuf;
|
||||
int secretsize;
|
||||
char *secretstore;
|
||||
unsigned char *secretstore;
|
||||
isc_lex_t *lex = NULL;
|
||||
isc_stdtime_t now;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user