diff options
Diffstat (limited to 'g10/tdbio.h')
-rw-r--r-- | g10/tdbio.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/g10/tdbio.h b/g10/tdbio.h index 81e08fe50..39e8cba52 100644 --- a/g10/tdbio.h +++ b/g10/tdbio.h @@ -57,10 +57,7 @@ struct trust_record { byte min_cert_level; 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 */ @@ -82,7 +79,7 @@ struct trust_record { } trust; struct { byte namehash[20]; - ulong next; + ulong next; byte validity; byte full_count; byte marginal_count; |