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 79f33da35..e398442f8 100644 --- a/tools/gpgconf.h +++ b/tools/gpgconf.h @@ -67,6 +67,9 @@ typedef enum /* The Smardcard Daemon. */ GC_COMPONENT_SCDAEMON, + /* The TPM2 Daemon. */ + GC_COMPONENT_TPM2DAEMON, + /* The LDAP Directory Manager for CRLs. */ GC_COMPONENT_DIRMNGR, |