summaryrefslogtreecommitdiffstats
path: root/g10/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'g10/packet.h')
-rw-r--r--g10/packet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/packet.h b/g10/packet.h
index 5bb383c86..4898027a2 100644
--- a/g10/packet.h
+++ b/g10/packet.h
@@ -111,7 +111,7 @@ typedef struct {
*/
typedef struct {
u32 timestamp; /* key made */
- u16 valid_days; /* valid for this number of days */
+ u32 expiredate; /* expires at this date or 0 if not at all */
byte hdrbytes; /* number of header bytes */
byte version;
byte pubkey_algo; /* algorithm used for public key scheme */
@@ -124,7 +124,7 @@ typedef struct {
typedef struct {
u32 timestamp; /* key made */
- u16 valid_days; /* valid for this number of days */
+ u32 expiredate; /* expires at this date or 0 if not at all */
byte hdrbytes; /* number of header bytes */
byte version;
byte pubkey_algo; /* algorithm used for public key scheme */