diff options
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h index 6be587ab8..1edec5817 100644 --- a/g10/options.h +++ b/g10/options.h @@ -88,7 +88,7 @@ struct { int skip_verify; int compress_keys; int compress_sigs; - int always_trust; + enum {TM_OPENPGP, TM_CLASSIC, TM_ALWAYS} trust_model; int pgp2; int pgp6; int pgp7; /* if we get any more of these, it's time to look at a |