diff options
| author | NIIBE Yutaka <[email protected]> | 2022-03-25 05:25:20 +0000 |
|---|---|---|
| committer | NIIBE Yutaka <[email protected]> | 2022-03-25 05:28:22 +0000 |
| commit | caba9df7266539f944d8a8c7c03da3fc2addbe90 (patch) | |
| tree | 4a0482a6117c17b4e2e66d078bfaaaba5d11889f /tools/gpgconf-comp.c | |
| parent | agent: Use "Created:" field for creation time. (diff) | |
| download | gnupg-caba9df7266539f944d8a8c7c03da3fc2addbe90.tar.gz gnupg-caba9df7266539f944d8a8c7c03da3fc2addbe90.zip | |
tools:gpgconf: Fix gc_component table.
* tools/gpgconf-comp.c [!BUILD_WITH_TPM2D] (gc_component): Add a dummy
entry.
--
GnuPG-bug-id: 5701
Reported-by: Adriaan de Groot
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'tools/gpgconf-comp.c')
| -rw-r--r-- | tools/gpgconf-comp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c index 362227471..704bdca16 100644 --- a/tools/gpgconf-comp.c +++ b/tools/gpgconf-comp.c @@ -679,6 +679,8 @@ static struct { TPM2DAEMON_NAME, TPM2DAEMON_DISP_NAME, "gnupg", N_("TPM"), GNUPG_MODULE_NAME_TPM2DAEMON, TPM2DAEMON_NAME ".conf", known_options_tpm2daemon, NULL, tpm2daemon_runtime_change}, +#else + { NULL }, /* DUMMY to keep the table in-sync with enums */ #endif { DIRMNGR_NAME, DIRMNGR_DISP_NAME, "gnupg", N_("Network"), |
