1
0
Fork 0
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:
Werner Koch 2001-11-26 17:54:49 +00:00
parent 99829ef5fb
commit d9aecd9eb7
4 changed files with 21 additions and 5 deletions

View file

@ -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 */