mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
gpgconf: Fix regression in --launch and --kill from March
* tools/gpgconf.h (gc_component_id_t): Align order with gc_component array. -- Fixes-commit: b4f1159a5bd7b2799d7d35e883e0632ebf3339c8 gpgconf: Rewrite the gpgconf-comp module from 2020-03-12 Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
0e3b2955ae
commit
2d8f060679
@ -596,6 +596,10 @@ static struct
|
||||
|
||||
} gc_component[GC_COMPONENT_NR] =
|
||||
{
|
||||
/* Note: The order of the items must match the order given in the
|
||||
* gc_component_id_t enumeration. The order is often used by
|
||||
* frontends to display the backend options thus do not change the
|
||||
* order without considering the user experience. */
|
||||
{ NULL }, /* DUMMY for GC_COMPONENT_ANY */
|
||||
|
||||
{ GPG_NAME, GPG_DISP_NAME, "gnupg", N_("OpenPGP"),
|
||||
|
@ -55,15 +55,15 @@ typedef enum
|
||||
/* The classic GPG for OpenPGP. */
|
||||
GC_COMPONENT_GPG,
|
||||
|
||||
/* GPG for S/MIME. */
|
||||
GC_COMPONENT_GPGSM,
|
||||
|
||||
/* The GPG Agent. */
|
||||
GC_COMPONENT_GPG_AGENT,
|
||||
|
||||
/* The Smardcard Daemon. */
|
||||
GC_COMPONENT_SCDAEMON,
|
||||
|
||||
/* GPG for S/MIME. */
|
||||
GC_COMPONENT_GPGSM,
|
||||
|
||||
/* The LDAP Directory Manager for CRLs. */
|
||||
GC_COMPONENT_DIRMNGR,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user