aboutsummaryrefslogtreecommitdiffstats
path: root/common/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/errors.h')
-rw-r--r--common/errors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/errors.h b/common/errors.h
index 8649ea215..58508c93f 100644
--- a/common/errors.h
+++ b/common/errors.h
@@ -100,6 +100,8 @@ enum {
GNUPG_Scdaemon_Error = 71,
GNUPG_Unsupported_Protocol = 72,
GNUPG_Bad_PIN_Method = 73,
+ GNUPG_Card_Not_Initialized = 74,
+ GNUPG_Unsupported_Operation = 75,
};
/* Status codes - fixme: should go into another file */