diff options
Diffstat (limited to 'tools/gpgconf.h')
-rw-r--r-- | tools/gpgconf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/gpgconf.h b/tools/gpgconf.h index 83aee9a09..79f33da35 100644 --- a/tools/gpgconf.h +++ b/tools/gpgconf.h @@ -58,6 +58,9 @@ typedef enum /* GPG for S/MIME. */ GC_COMPONENT_GPGSM, + /* The optional public key daermon. */ + GC_COMPONENT_KEYBOXD, + /* The GPG Agent. */ GC_COMPONENT_GPG_AGENT, |