diff options
Diffstat (limited to 'lib/hx509/hxtool.c')
| -rw-r--r-- | lib/hx509/hxtool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hx509/hxtool.c b/lib/hx509/hxtool.c index 0a7048bdf428..af339c50acd4 100644 --- a/lib/hx509/hxtool.c +++ b/lib/hx509/hxtool.c @@ -1327,6 +1327,7 @@ request_create(struct request_create_options *opt, int argc, char **argv) const char *outfile = argv[0]; memset(&key, 0, sizeof(key)); + memset(&signer, 0, sizeof(signer)); get_key(opt->key_string, opt->generate_key_string, |
