diff options
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/g10/options.h b/g10/options.h index c1ea9ddd8..0c674e6a5 100644 --- a/g10/options.h +++ b/g10/options.h @@ -24,6 +24,7 @@ #include <types.h> #include "main.h" #include "packet.h" +#include "tofu.h" #include "../common/session-env.h" #ifndef EXTERN_UNLESS_MAIN_MODULE @@ -125,9 +126,7 @@ struct { TOFU_DB_AUTO=0, TOFU_DB_SPLIT, TOFU_DB_FLAT } tofu_db_format; - /* TOFU_BINDING_BAD, TOFU_BINDING_ASK, TOFU_BINDING_AUTO, or - TOFU_BINDING_GOOD. */ - int tofu_default_policy; + enum tofu_policy tofu_default_policy; int force_ownertrust; enum { |