[Pkg-gnupg-commit] [gnupg1] 26/35: gpg: Add dummy option --with-subkey-fingerprint.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Aug 29 14:48:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gnupg1.

commit 5e1843fc47457a9a0525ed7d3e55961d342ef1e2
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Aug 17 14:50:35 2016 +0200

    gpg: Add dummy option --with-subkey-fingerprint.
    
    * g10/gpg.c (opts): Add dummy option.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>
---
 g10/gpg.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/g10/gpg.c b/g10/gpg.c
index 236ea1e..416d44e 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}
 };
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg1.git



More information about the Pkg-gnupg-commit mailing list