aboutsummaryrefslogtreecommitdiffstats
path: root/agent/agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/agent.h')
-rw-r--r--agent/agent.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/agent/agent.h b/agent/agent.h
index d84bb9576..09ccc90c1 100644
--- a/agent/agent.h
+++ b/agent/agent.h
@@ -148,6 +148,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;