diff options
Diffstat (limited to 'common/errors.h')
-rw-r--r-- | common/errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/errors.h b/common/errors.h index 26cdb8646..d968d70c8 100644 --- a/common/errors.h +++ b/common/errors.h @@ -91,6 +91,7 @@ enum { GNUPG_Invalid_Card = 62, GNUPG_Card_Not_Present = 63, GNUPG_No_PKCS15_App = 64, + GNUPG_Not_Confirmed = 65, }; /* Status codes - fixme: should go into another file */ |