diff options
Diffstat (limited to 'agent/agent.h')
-rw-r--r-- | agent/agent.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/agent/agent.h b/agent/agent.h index fb4641259..ad687e69d 100644 --- a/agent/agent.h +++ b/agent/agent.h @@ -99,6 +99,9 @@ struct upon this timeout value. */ unsigned long pinentry_timeout; + /* If set, then passphrase formatting is enabled in pinentry. */ + int pinentry_formatted_passphrase; + /* The default and maximum TTL of cache entries. */ unsigned long def_cache_ttl; /* Default. */ unsigned long def_cache_ttl_ssh; /* for SSH. */ |