Skip to content

Commit

Permalink
Whitelist --keyid-format
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Jul 24, 2017
1 parent a1bc064 commit f08c02f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gpg-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ enum {
opt_list_only,
opt_list_sigs,
opt_logger_fd,
opt_keyid_format,
opt_max_output,
opt_no_comments,
opt_no_emit_version,
Expand Down Expand Up @@ -133,6 +134,7 @@ static const int gpg_allowed_options[] = {
opt_list_config,
opt_list_only,
opt_list_sigs,
opt_keyid_format,
opt_max_output,
opt_no_comments,
opt_no_comments,
Expand Down Expand Up @@ -216,6 +218,7 @@ static const struct option gpg_long_options[] = {
{"list-secret-keys", 2, 0, 'K'},
{"list-sigs", 2, 0, opt_list_sigs},
{"local-user", 1, 0, 'u'},
{"keyid-format", 1, 0, opt_keyid_format},
{"max-output", 1, 0, opt_max_output},
{"no-comments", 0, 0, opt_no_comments},
{"no-encrypt-to", 0, 0, opt_no_encrypt_to},
Expand Down

0 comments on commit f08c02f

Please sign in to comment.