mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* gpgsm.c: New option --agent-program
* call-agent.c (start_agent): Allow to override the default path to the agent.
This commit is contained in:
parent
99829ef5fb
commit
d9aecd9eb7
4 changed files with 21 additions and 5 deletions
|
@ -38,6 +38,7 @@ struct {
|
|||
int dry_run; /* don't change any persistent data */
|
||||
|
||||
const char *homedir; /* configuration directory name */
|
||||
const char *agent_program;
|
||||
char *outfile; /* name of output file */
|
||||
|
||||
int with_key_data;/* include raw key in the column delimted output */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue