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 3b53ba45d..01e675b52 100644 --- a/agent/agent.h +++ b/agent/agent.h @@ -124,6 +124,9 @@ struct passphrase change. */ int enable_passphrase_history; + /* If set the extended key format is used for new keys. */ + int enable_extended_key_format; + int running_detached; /* We are running detached from the tty. */ /* If this global option is true, the passphrase cache is ignored |