aboutsummaryrefslogtreecommitdiffstats
path: root/g10/tdbio.h
diff options
context:
space:
mode:
Diffstat (limited to 'g10/tdbio.h')
-rw-r--r--g10/tdbio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/tdbio.h b/g10/tdbio.h
index 42bb4aa48..2c52b22b6 100644
--- a/g10/tdbio.h
+++ b/g10/tdbio.h
@@ -55,7 +55,8 @@
but we mark it to avoid duplicate checks */
#define DIRF_REVOKED 8 /* the complete key has been revoked */
-#define KEYF_REVOKED 8 /* this key has been revoked (only useful on subkeys)*/
+#define KEYF_EXPIRED 4 /* this key is expired */
+#define KEYF_REVOKED 8 /* this key has been revoked */
#define UIDF_CHECKED 1 /* user id has been checked - other bits are valid */
#define UIDF_VALID 2 /* this is a valid user id */