diff options
| author | Werner Koch <[email protected]> | 2001-11-26 17:54:49 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2001-11-26 17:54:49 +0000 |
| commit | d9aecd9eb76888ca6c78c6765df5ff701e41549a (patch) | |
| tree | d77fbdcd86ac081745ce57e00867565c63f407e1 /sm/gpgsm.h | |
| parent | * keydb.c (keydb_add_resource): Create keybox (diff) | |
| download | gnupg-d9aecd9eb76888ca6c78c6765df5ff701e41549a.tar.gz gnupg-d9aecd9eb76888ca6c78c6765df5ff701e41549a.zip | |
* gpgsm.c: New option --agent-program
* call-agent.c (start_agent): Allow to override the default path
to the agent.
Diffstat (limited to 'sm/gpgsm.h')
| -rw-r--r-- | sm/gpgsm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sm/gpgsm.h b/sm/gpgsm.h index a6eaf26ee..00ae32e00 100644 --- a/sm/gpgsm.h +++ b/sm/gpgsm.h @@ -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 */ |
