diff options
Diffstat (limited to 'g10/trustdb.h')
-rw-r--r-- | g10/trustdb.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/g10/trustdb.h b/g10/trustdb.h index 2c3f86553..adb75d72c 100644 --- a/g10/trustdb.h +++ b/g10/trustdb.h @@ -36,6 +36,11 @@ #define TRUST_FLAG_DISABLED 128 /* d: key/uid disabled */ #define TRUST_FLAG_PENDING_CHECK 256 /* a check-trustdb is pending */ +/* Private value used in tofu.c - must be different from the trust + values. */ +#define _tofu_GET_TRUST_ERROR 100 + +/* Length of the hash used to select UIDs in keyedit.c. */ #define NAMEHASH_LEN 20 |