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 */