diff options
| author | Werner Koch <[email protected]> | 2019-03-06 16:58:39 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2019-03-06 16:58:39 +0000 |
| commit | 91ae3e7fb66271691f6fe507262a62fc7e2663a3 (patch) | |
| tree | afc8a348aa4a1441c4a5b43b470e2e239346f947 /tools/gpgconf-comp.c | |
| parent | gpgtar: Improve error messages. (diff) | |
| download | gnupg-91ae3e7fb66271691f6fe507262a62fc7e2663a3.tar.gz gnupg-91ae3e7fb66271691f6fe507262a62fc7e2663a3.zip | |
agent: Re-introduce --enable-extended-key-format.
* agent/gpg-agent.c (oEnableExtendedKeyFormat): Re-introduce.
(parse_rereadable_options): Handle it in a special way.
* agent/protect.c (agent_protect): Be safe and set use_ocb only to 1
or 0.
* tools/gpgconf-comp.c: Add --enable-extended-key-format again.
--
This is required for backward compatible with profiles.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'tools/gpgconf-comp.c')
| -rw-r--r-- | tools/gpgconf-comp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c index 83283940c..2ae79d91d 100644 --- a/tools/gpgconf-comp.c +++ b/tools/gpgconf-comp.c @@ -508,6 +508,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, |
