From d23052b04ebb0ac731aa351650c4084f080c640b Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 3 Apr 2017 16:52:37 +0200 Subject: gpgconf: Add --enable-extended-key-format for the agent. * tools/gpgconf-conf.c: Add option. * agent/gpg-agent.c (main) : Add option. Signed-off-by: Werner Koch --- tools/gpgconf-comp.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c index 105521281..0ef3cb434 100644 --- a/tools/gpgconf-comp.c +++ b/tools/gpgconf-comp.c @@ -503,6 +503,9 @@ static gc_option_t gc_options_gpg_agent[] = { "enable-putty-support", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC, "gnupg", "enable putty support", GC_ARG_TYPE_NONE, GC_BACKEND_GPG_AGENT }, + { "enable-extended-key-format", GC_OPT_FLAG_RUNTIME, GC_LEVEL_INVISIBLE, + NULL, NULL, + GC_ARG_TYPE_NONE, GC_BACKEND_GPG_AGENT }, { "Debug", GC_OPT_FLAG_GROUP, GC_LEVEL_ADVANCED, -- cgit v1.2.3