diff options
| author | Werner Koch <[email protected]> | 2009-03-19 10:21:51 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2009-03-19 10:21:51 +0000 |
| commit | c2c3cf4be187cd3a5a634e59b0df98338d6bf31e (patch) | |
| tree | 3ff8644d5b759cf7e0f74e9890f0a195aaa92116 /agent/agent.h | |
| parent | Make sure not to leak file descriptors if running gpg-agent with a (diff) | |
| download | gnupg-c2c3cf4be187cd3a5a634e59b0df98338d6bf31e.tar.gz gnupg-c2c3cf4be187cd3a5a634e59b0df98338d6bf31e.zip | |
Changed order of the confirmation questions for root certificates
and stores negative answers in trustlist.txt.
Diffstat (limited to 'agent/agent.h')
| -rw-r--r-- | agent/agent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/agent.h b/agent/agent.h index fa2c61d06..e6ec8147f 100644 --- a/agent/agent.h +++ b/agent/agent.h @@ -303,7 +303,7 @@ gpg_error_t parse_shadow_info (const unsigned char *shadow_info, /*-- trustlist.c --*/ void initialize_module_trustlist (void); -gpg_error_t agent_istrusted (ctrl_t ctrl, const char *fpr); +gpg_error_t agent_istrusted (ctrl_t ctrl, const char *fpr, int *r_disabled); gpg_error_t agent_listtrusted (void *assuan_context); gpg_error_t agent_marktrusted (ctrl_t ctrl, const char *name, const char *fpr, int flag); |
