diff options
Diffstat (limited to 'tools/gpgconf.h')
-rw-r--r-- | tools/gpgconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/gpgconf.h b/tools/gpgconf.h index 6494a2069..83aee9a09 100644 --- a/tools/gpgconf.h +++ b/tools/gpgconf.h @@ -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, |