aboutsummaryrefslogtreecommitdiffstats
path: root/g10/packet.h
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2004-02-11 04:32:52 +0000
committerDavid Shaw <[email protected]>2004-02-11 04:32:52 +0000
commit7198879ca8db7e5281a1503f1ed1636dc2c5c24f (patch)
tree29665490c870eb0e3b285f3704ef065d29fe982c /g10/packet.h
parent* keygen.c (keygen_set_std_prefs): Build the default preferences list at (diff)
downloadgnupg-7198879ca8db7e5281a1503f1ed1636dc2c5c24f.tar.gz
gnupg-7198879ca8db7e5281a1503f1ed1636dc2c5c24f.zip
* keyedit.c (keyedit_menu): Prompt for subkey removal for both secret and
public subkeys. * keylist.c (list_keyblock_print), keyedit.c (show_key_with_all_names): Show the revocation date of a key/subkey, and general formatting work. * packet.h, getkey.c (merge_selfsigs_main, merge_selfsigs_subkey, merge_selfsigs): Keep track of the revocation date of a key. * keydb.h, keyid.c (revokestr_from_pk): New function to print the revocation date of a key.
Diffstat (limited to 'g10/packet.h')
-rw-r--r--g10/packet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/packet.h b/g10/packet.h
index da7e2dce2..57e5c49da 100644
--- a/g10/packet.h
+++ b/g10/packet.h
@@ -196,6 +196,7 @@ typedef struct {
u32 timestamp; /* key made */
u32 expiredate; /* expires at this date or 0 if not at all */
u32 max_expiredate; /* must not expire past this date */
+ u32 revokedate; /* revoked at this date */
byte hdrbytes; /* number of header bytes */
byte version;
byte selfsigversion; /* highest version of all of the self-sigs */