aboutsummaryrefslogtreecommitdiffstats
path: root/sm/call-agent.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-06-29 14:01:53 +0000
committerWerner Koch <[email protected]>2002-06-29 14:01:53 +0000
commitdf58e024e71b100a1557b1023d35b2a0092a8748 (patch)
tree18c586e4583637186779686afef445c71427307f /sm/call-agent.c
parent* query.c (start_pinentry): Use GNUPG_DERAULT_PINENTRY. (diff)
downloadgnupg-df58e024e71b100a1557b1023d35b2a0092a8748.tar.gz
gnupg-df58e024e71b100a1557b1023d35b2a0092a8748.zip
* gpgsm.c: New option --auto-issuer-key-retrieve.
* certpath.c (find_up): Try to retrieve an issuer key from an external source and from the ephemeral key DB. (find_up_store_certs_cb): New. * keydb.c (keydb_set_ephemeral): Does now return the old state. Call the backend only when required. * call-dirmngr.c (start_dirmngr): Use GNUPG_DEFAULT_DIRMNGR. (lookup_status_cb): Issue status only when CTRL is not NULL. (gpgsm_dirmngr_lookup): Document that CTRL is optional. * call-agent.c (start_agent): Use GNUPG_DEFAULT_AGENT.
Diffstat (limited to 'sm/call-agent.c')
-rw-r--r--sm/call-agent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/call-agent.c b/sm/call-agent.c
index b3c78579c..9462deb40 100644
--- a/sm/call-agent.c
+++ b/sm/call-agent.c
@@ -164,7 +164,7 @@ start_agent (void)
}
if (!opt.agent_program || !*opt.agent_program)
- opt.agent_program = "../agent/gpg-agent";
+ opt.agent_program = GNUPG_DEFAULT_AGENT;
if ( !(pgmname = strrchr (opt.agent_program, '/')))
pgmname = opt.agent_program;
else