1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Allow to run the test without a running agent.

Add new gpg-agent commands.
This commit is contained in:
Werner Koch 2010-05-11 17:52:00 +00:00
parent bf761927c9
commit ce9be10163
11 changed files with 102 additions and 38 deletions

View file

@ -61,6 +61,8 @@ struct
char *startup_lc_ctype;
char *startup_lc_messages;
/* True if we are listening on the standard socket. */
int use_standard_socket;
const char *pinentry_program; /* Filename of the program to start as
pinentry. */