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 d968d70c8..42842afe7 100644 --- a/common/errors.h +++ b/common/errors.h @@ -92,6 +92,8 @@ enum { GNUPG_Card_Not_Present = 63, GNUPG_No_PKCS15_App = 64, GNUPG_Not_Confirmed = 65, + GNUPG_Configuration_Error = 66, + GNUPG_No_Policy_Match = 67, }; /* Status codes - fixme: should go into another file */ |