1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* g10.c, options.h: New option --gpg-agent-info

* passphrase.c (agent_open): Let it override the environment info.
* seckey-cert.c (check_secret_key): Always try 3 times when the
agent is enabled.
* options.skel: Describe --use-agent.
This commit is contained in:
Werner Koch 2002-01-26 16:34:00 +00:00
parent 441eb085c9
commit 806a4fa16e
6 changed files with 50 additions and 8 deletions

View file

@ -133,6 +133,7 @@ struct {
const char *override_session_key;
int show_session_key;
int use_agent;
const char *gpg_agent_info;
int merge_only;
int try_all_secrets;
int no_expensive_trust_checks;