diff --git a/g10/tdbio.h b/g10/tdbio.h index d6af98fd0..5360ce967 100644 --- a/g10/tdbio.h +++ b/g10/tdbio.h @@ -56,10 +56,7 @@ struct trust_record { byte trust_model; ulong created; /* timestamp of trustdb creation */ ulong nextcheck; /* timestamp of next scheduled check */ - ulong reserved; - ulong reserved2; ulong firstfree; - ulong reserved3; ulong trusthashtbl; } ver; struct { /* free record */ @@ -81,7 +78,7 @@ struct trust_record { } trust; struct { byte namehash[20]; - ulong next; + ulong next; byte validity; byte full_count; byte marginal_count;