seedrng: initialize seed_dir

This commit is contained in:
William Hubbs 2022-04-20 20:49:47 -05:00
parent c0f5586743
commit b5f713124b

View File

@ -455,7 +455,7 @@ int main(int argc, char **argv)
static const char seedrng_prefix[] = "SeedRNG v1 Old+New Prefix";
static const char seedrng_failure[] = "SeedRNG v1 No New Seed Failure";
int opt, fd, dfd, program_ret = 0;
char *seed_dir;
char *seed_dir = NULL;
uint8_t new_seed[MAX_SEED_LEN];
size_t new_seed_len;
bool new_seed_creditable;