diff options
Diffstat (limited to 'sm/gpgsm.h')
-rw-r--r-- | sm/gpgsm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sm/gpgsm.h b/sm/gpgsm.h index f239f21b6..c81e36347 100644 --- a/sm/gpgsm.h +++ b/sm/gpgsm.h @@ -188,6 +188,8 @@ struct #define COMPAT_NO_CHAIN_CACHE 2 /* Ditto. But here to disable the keyinfo and istrusted cache. */ #define COMPAT_NO_KEYINFO_CACHE 4 +/* Assume that all trustlist.txt entries have the de-vs flag set. */ +#define COMPAT_DE_VS_TRUSTLIST 8 /* Forward declaration for an object defined in server.c */ struct server_local_s; |