mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
agent, tests: Support --disable-scdaemon build case.
* agent/command.c (cmd_scd): Support !BUILD_WITH_SCDAEMON. * tests/openpgp/defs.scm (create-gpghome): Likewise. * tests/gpgsm/gpgsm-defs.scm (create-gpgsmhome): Likewise. -- We could modify gpg-agent to remove all support of scdaemon, with no inclusion of call-scd.c, divert-scd.c, and learncard.c, but it would not be worth to do that. GnuPG-bug-id: 3316 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
b13972dfbf
commit
05cb87276c
3 changed files with 12 additions and 5 deletions
|
@ -354,7 +354,9 @@
|
|||
(if (flag "--extended-key-format" *args*)
|
||||
"enable-extended-key-format" "#enable-extended-key-format")
|
||||
(string-append "pinentry-program " (tool 'pinentry))
|
||||
(string-append "scdaemon-program " (tool 'scdaemon))
|
||||
(if (assoc "scdaemon" gpg-components)
|
||||
(string-append "scdaemon-program " (tool 'scdaemon))
|
||||
"# No scdaemon available")
|
||||
))
|
||||
|
||||
;; Initialize the test environment, install appropriate configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue