diff options
Diffstat (limited to 'common/errors.h')
-rw-r--r-- | common/errors.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/errors.h b/common/errors.h index 56324959a..33ccbba29 100644 --- a/common/errors.h +++ b/common/errors.h @@ -74,6 +74,8 @@ enum { GNUPG_Certificate_Revoked = 45, GNUPG_No_CRL_Known = 46, GNUPG_CRL_Too_Old = 47, + GNUPG_Line_Too_Long = 48, + GNUPG_Not_Trusted = 49, }; /* Status codes - fixme: should go into another file */ |