diff options
Diffstat (limited to '')
-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 e12a02b6e..298b5b142 100644 --- a/agent/agent.h +++ b/agent/agent.h @@ -66,6 +66,7 @@ struct { pinentry. */ const char *scdaemon_program; /* Filename of the program to handle smartcard tasks. */ + int disable_scdaemon; /* Never use the SCdaemon. */ int no_grab; /* Don't let the pinentry grab the keyboard */ unsigned long def_cache_ttl; unsigned long max_cache_ttl; |