aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--g10/gpg.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/g10/gpg.c b/g10/gpg.c
index 236ea1e66..416d44e98 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -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}
};