diff options
Diffstat (limited to '')
-rw-r--r-- | g10/packet.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/packet.h b/g10/packet.h index fdca455a1..a2e710c4c 100644 --- a/g10/packet.h +++ b/g10/packet.h @@ -140,6 +140,9 @@ typedef struct { byte pubkey_algo; /* algorithm used for public key scheme */ /* (PUBKEY_ALGO_xxx) */ byte digest_algo; /* algorithm used for digest (DIGEST_ALGO_xxxx) */ + byte trust_depth; + byte trust_value; + const byte *trust_regexp; struct revocation_key **revkey; int numrevkeys; subpktarea_t *hashed; /* all subpackets with hashed data (v4 only) */ |