diff options
author | Werner Koch <[email protected]> | 2016-08-17 12:50:35 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-08-17 12:50:35 +0000 |
commit | 5e1843fc47457a9a0525ed7d3e55961d342ef1e2 (patch) | |
tree | 2ea18568b36f0cc33e5dec6a7bfd50ff2c6feabd | |
parent | po: Auto update (diff) | |
download | gnupg-5e1843fc47457a9a0525ed7d3e55961d342ef1e2.tar.gz gnupg-5e1843fc47457a9a0525ed7d3e55961d342ef1e2.zip |
gpg: Add dummy option --with-subkey-fingerprint.
* g10/gpg.c (opts): Add dummy option.
Signed-off-by: Werner Koch <[email protected]>
-rw-r--r-- | g10/gpg.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -742,6 +742,11 @@ static ARGPARSE_OPTS opts[] = { { oNoRequireCrossCert, "no-require-cross-certification", 0, "@"}, { oAutoKeyLocate, "auto-key-locate", 2, "@"}, { oNoAutoKeyLocate, "no-auto-key-locate", 0, "@"}, + + /* Options from later gpg versions which we ignore. */ + { oNoop, "with-subkey-fingerprint", 0, "@" }, + + {0,NULL,0,NULL} }; |