diff options
-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 a8389f88d..8649ea215 100644 --- a/common/errors.h +++ b/common/errors.h @@ -99,6 +99,7 @@ enum { GNUPG_No_Scdaemon = 70, GNUPG_Scdaemon_Error = 71, GNUPG_Unsupported_Protocol = 72, + GNUPG_Bad_PIN_Method = 73, }; /* Status codes - fixme: should go into another file */ |