Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292277
b: refs/heads/master
c: bbd3656
h: refs/heads/master
i:
  292275: d7ac634
v: v3
  • Loading branch information
Dmitry Kasatkin authored and James Morris committed Feb 10, 2012
1 parent 2ffe497 commit 4720845
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2d514487faf188938a4ee4fb3464eeecfbdcf8eb
refs/heads/master: bbd36568594d091e682a1975ef4ee41d808de0bc
4 changes: 2 additions & 2 deletions trunk/include/linux/digsig.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ enum digest_algo {

struct pubkey_hdr {
uint8_t version; /* key format version */
time_t timestamp; /* key made, always 0 for now */
uint32_t timestamp; /* key made, always 0 for now */
uint8_t algo;
uint8_t nmpi;
char mpi[0];
} __packed;

struct signature_hdr {
uint8_t version; /* signature format version */
time_t timestamp; /* signature made */
uint32_t timestamp; /* signature made */
uint8_t algo;
uint8_t hash;
uint8_t keyid[8];
Expand Down

0 comments on commit 4720845

Please sign in to comment.