diff options
Diffstat (limited to 'agent/agent.h')
-rw-r--r-- | agent/agent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/agent/agent.h b/agent/agent.h index 0b88d9a2c..9236ef07a 100644 --- a/agent/agent.h +++ b/agent/agent.h @@ -37,6 +37,7 @@ struct { const char *homedir; /* configuration directory name */ const char *pinentry_program; int no_grab; /* don't let the pinentry grab the keyboard */ + unsigned long def_cache_ttl; } opt; |