diff options
Diffstat (limited to '')
-rw-r--r-- | agent/agent.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/agent/agent.h b/agent/agent.h index 9eccdeacf..d33b8cd34 100644 --- a/agent/agent.h +++ b/agent/agent.h @@ -157,6 +157,13 @@ struct interactively mark certificate in trustlist.txt as trusted. */ int allow_mark_trusted; + /* Only use the system trustlist. */ + int no_user_trustlist; + + /* The standard system trustlist is SYSCONFDIR/trustlist.txt. This + * option can be used to change the name. */ + const char *sys_trustlist_name; + /* If this global option is true, the Assuan command PRESET_PASSPHRASE is allowed. */ int allow_preset_passphrase; |