Skip to content

Commit

Permalink
fixup! CMP: add support for central key generation
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeev-0 committed Aug 7, 2024
1 parent ae88fc6 commit f2635b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/cmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,8 @@ static varref cmp_vars[] = { /* must be in same order as enumerated above! */
{&opt_cmd_s}, {&opt_infotype_s}, {&opt_profile}, {&opt_geninfo},
{&opt_template}, {&opt_keyspec},

{&opt_newkey}, {&opt_newkeypass}, {&opt_subject},
{&opt_newkey}, {&opt_newkeypass}, {(char **)&opt_centralkeygen}, {&opt_newkeytype},
{&opt_newkeyout}, {&opt_subject},
{(char **)&opt_days}, {&opt_reqexts},
{&opt_sans}, {(char **)&opt_san_nodefault},
{&opt_policies}, {&opt_policy_oids}, {(char **)&opt_policy_oids_critical},
Expand Down

0 comments on commit f2635b0

Please sign in to comment.