mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
agent: Add option --debug-pinentry.
* agent/gpg-agent.c (oDebugPinentry): New. (opts): Add --debug-pinentry. (parse_rereadable_options): Set that option. * agent/call-pinentry.c (start_pinentry): Pass option to assuan_set_flag. -- This option is quite useful to see the IPC between gpg-agent and Pinentry. Note that "debug 1024" is also required. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
b03a264729
commit
14232c3870
4 changed files with 15 additions and 1 deletions
|
@ -67,6 +67,9 @@ struct
|
|||
char *startup_lc_ctype;
|
||||
char *startup_lc_messages;
|
||||
|
||||
/* Enable pinentry debugging (--debug 1024 should also be used). */
|
||||
int debug_pinentry;
|
||||
|
||||
/* Filename of the program to start as pinentry. */
|
||||
const char *pinentry_program;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue