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

GPG agent support

This commit is contained in:
Werner Koch 2000-11-16 15:45:03 +00:00
parent d0af3b25d2
commit 85cec300b7
7 changed files with 407 additions and 0 deletions

View file

@ -95,6 +95,7 @@ struct {
int auto_key_retrieve;
const char *override_session_key;
int show_session_key;
int use_agent;
int merge_only;
int try_all_secrets;
} opt;