diff --git a/[refs] b/[refs] index a45d013a74fb..980ddf33a240 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2d514487faf188938a4ee4fb3464eeecfbdcf8eb +refs/heads/master: bbd36568594d091e682a1975ef4ee41d808de0bc diff --git a/trunk/include/linux/digsig.h b/trunk/include/linux/digsig.h index b01558b15814..6f85a070bb45 100644 --- a/trunk/include/linux/digsig.h +++ b/trunk/include/linux/digsig.h @@ -30,7 +30,7 @@ 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]; @@ -38,7 +38,7 @@ struct pubkey_hdr { 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];