char *secretstore in setup_system() made unsigned for argument compatibility

with dns_tsigkey_create().
This commit is contained in:
David Lawrence
2000-06-06 15:30:40 +00:00
parent fccbca2cdf
commit 7e6d96bcac

View File

@@ -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;