aboutsummaryrefslogtreecommitdiffstats
path: root/g10/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'g10/options.h')
-rw-r--r--g10/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h
index 9917a4a61..d8857be2e 100644
--- a/g10/options.h
+++ b/g10/options.h
@@ -88,7 +88,7 @@ struct {
int skip_verify;
int compress_keys;
int compress_sigs;
- enum {TM_OPENPGP, TM_CLASSIC, TM_ALWAYS} trust_model;
+ enum {TM_CLASSIC=0, TM_OPENPGP=1, TM_ALWAYS} trust_model;
unsigned int force_ownertrust;
int pgp2;
int pgp6;