diff options
author | Werner Koch <[email protected]> | 1998-10-18 15:21:22 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-10-18 15:21:22 +0000 |
commit | 6e1629686442f357146cce4052a5fa4afd59d232 (patch) | |
tree | c6c7a5df241142ecd0797702a7bf6c3bfc8b6a33 /g10/tdbio.h | |
parent | . (diff) | |
download | gnupg-6e1629686442f357146cce4052a5fa4afd59d232.tar.gz gnupg-6e1629686442f357146cce4052a5fa4afd59d232.zip |
Snapshot release 0.4.2V0-4-2
Diffstat (limited to 'g10/tdbio.h')
-rw-r--r-- | g10/tdbio.h | 3 |
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 */ |