diff options
Diffstat (limited to 'tools/gpg-card.h')
-rw-r--r-- | tools/gpg-card.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gpg-card.h b/tools/gpg-card.h index 67ecc4683..005316182 100644 --- a/tools/gpg-card.h +++ b/tools/gpg-card.h @@ -67,6 +67,7 @@ struct pubkey_s unsigned char grip[KEYGRIP_LEN]; unsigned char fpr[MAX_FINGERPRINT_LEN]; unsigned char fprlen; /* The used length of a FPR. */ + time_t created; /* The creation date of the key. */ unsigned int grip_valid:1;/* The grip is valid. */ unsigned int requested: 1;/* This is the requested grip. */ }; |