diff options
Diffstat (limited to 'g10/trustdb.h')
-rw-r--r-- | g10/trustdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/trustdb.h b/g10/trustdb.h index 777c4749d..9f3e4c35f 100644 --- a/g10/trustdb.h +++ b/g10/trustdb.h @@ -34,6 +34,7 @@ /* trust values not covered by the mask */ #define TRUST_FLAG_REVOKED 32 /* r: revoked */ #define TRUST_FLAG_SUB_REVOKED 64 +#define TRUST_FLAG_DISABLED 128 /* d: key/uid disabled */ #define PREFTYPE_SYM 1 |