mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
last local commit
This commit is contained in:
parent
8477407e79
commit
e81e0970f7
49 changed files with 1253 additions and 545 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue