aboutsummaryrefslogtreecommitdiffstats
path: root/g10/options.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/options.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h
index b3738f524..64799361a 100644
--- a/g10/options.h
+++ b/g10/options.h
@@ -91,7 +91,10 @@ struct {
int compress_sigs;
/* TM_CLASSIC must be zero to accomodate trustdbs generated before
we started storing the trust model inside the trustdb. */
- enum {TM_CLASSIC=0, TM_PGP=1, TM_ALWAYS, TM_AUTO} trust_model;
+ enum
+ {
+ TM_CLASSIC=0, TM_PGP=1, TM_EXTERNAL=2, TM_ALWAYS, TM_AUTO
+ } trust_model;
unsigned int force_ownertrust;
enum
{