diff options
| author | Werner Koch <[email protected]> | 2019-03-06 13:09:57 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2019-03-06 13:09:57 +0000 |
| commit | 05eff1f6623c272fcabd4e238842afc832710324 (patch) | |
| tree | 55db8fcd43734c4087f24114f0b5358fad62de1c /tools/gpgconf-comp.c | |
| parent | doc: First take on instructions on how to init PIV cards (diff) | |
| download | gnupg-05eff1f6623c272fcabd4e238842afc832710324.tar.gz gnupg-05eff1f6623c272fcabd4e238842afc832710324.zip | |
agent: Default to extended key format.
* agent/gpg-agent.c (oDisableExtendedKeyFormat, oNoop): New.
(oEnableExtendedKeyFormat): Remove.
(opts): Make --enable-extended-key-format a dummy option. Add
disable-extended-key-format.
(parse_rereadable_options): Implement oDisableExtendedKeyFormat.
--
Extended key format is supported since vesion 2.1.12 which should have
long been replaced by a newer version inh all installations. Thus for
2.3 we will make use of the extended-key-format by default.
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, 0 insertions, 3 deletions
diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c index 2ae79d91d..83283940c 100644 --- a/tools/gpgconf-comp.c +++ b/tools/gpgconf-comp.c @@ -508,9 +508,6 @@ 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, |
