diff options
author | Ingo Klöcker <[email protected]> | 2021-12-10 11:04:05 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2021-12-10 11:04:05 +0000 |
commit | 0ac3679a74505b782388402b3743ee65c271340f (patch) | |
tree | 96fd7c18645ca628190c3a63a3febcf959a4f02c /tests/t-engine-info.c | |
parent | cpp: Return engine info for engine used by the context (diff) | |
download | gpgme-0ac3679a74505b782388402b3743ee65c271340f.tar.gz gpgme-0ac3679a74505b782388402b3743ee65c271340f.zip |
core: Support all components with dirinfo()
* src/dirinfo.c (WANT_KEYBOXD_NAME, WANT_AGENT_NAME, WANT_SCDAEMON_NAME,
WANT_DIRMNGR_NAME, WANT_PINENTRY_NAME): New.
(dirinfo): Add fields keyboxd_name, agent_name, scdaemon_name,
dirmngr_name, pinentry_name.
(parse_output): Support "keyboxd", "gpg-agent", "scdaemon", "dirmngr",
"pinentry".
(get_gpgconf_item): Return new components.
tests/t-engine-info.c (main): Add new components to the output.
--
GnuPG-bug-id: 5727
Diffstat (limited to 'tests/t-engine-info.c')
-rw-r--r-- | tests/t-engine-info.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/t-engine-info.c b/tests/t-engine-info.c index 654cf843..3f8d0037 100644 --- a/tests/t-engine-info.c +++ b/tests/t-engine-info.c @@ -127,6 +127,11 @@ main (int argc, char **argv ) "gpg-name", "gpgsm-name", "g13-name", + "keyboxd-name", + "agent-name", + "scdaemon-name", + "dirmngr-name", + "pinentry-name", "gpg-wks-client-name", NULL }; const char *s; |