diff options
Diffstat (limited to 'g10/packet.h')
-rw-r--r-- | g10/packet.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/g10/packet.h b/g10/packet.h index 9692d5a74..bfb5e9dc3 100644 --- a/g10/packet.h +++ b/g10/packet.h @@ -130,7 +130,6 @@ typedef struct { byte version; byte pubkey_algo; /* algorithm used for public key scheme */ byte pubkey_usage; /* for now only used to pass it to getkey() */ - u32 created; /* according to the self-signature */ byte req_usage; /* hack to pass a request to getkey() */ byte req_algo; /* Ditto */ u32 has_expired; /* set to the expiration date if expired */ @@ -150,7 +149,6 @@ typedef struct { byte version; byte pubkey_algo; /* algorithm used for public key scheme */ byte pubkey_usage; - u32 created; /* according to the self-signature */ byte req_usage; byte req_algo; u32 has_expired; /* set to the expiration date if expired */ |