diff options
Diffstat (limited to '')
| -rw-r--r-- | src/status-table.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/src/status-table.c b/src/status-table.c index e70cb8bd..5850a361 100644 --- a/src/status-table.c +++ b/src/status-table.c @@ -124,6 +124,9 @@ static struct status_table_s status_table[] =    { "SIG_SUBPACKET", GPGME_STATUS_SIG_SUBPACKET },    { "SIGEXPIRED", GPGME_STATUS_SIGEXPIRED },    { "SUCCESS", GPGME_STATUS_SUCCESS }, +  { "TOFU_STATS", GPGME_STATUS_TOFU_STATS }, +  { "TOFU_STATS_LONG", GPGME_STATUS_TOFU_STATS_LONG }, +  { "TOFU_USER", GPGME_STATUS_TOFU_USER },    { "TRUNCATED", GPGME_STATUS_TRUNCATED },    { "TRUST_FULLY", GPGME_STATUS_TRUST_FULLY },    { "TRUST_MARGINAL", GPGME_STATUS_TRUST_MARGINAL }, | 
