aboutsummaryrefslogtreecommitdiffstats
path: root/common/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/errors.h')
-rw-r--r--common/errors.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/errors.h b/common/errors.h
index a21b492af..d64e3905e 100644
--- a/common/errors.h
+++ b/common/errors.h
@@ -59,6 +59,10 @@ enum {
GNUPG_Invalid_Session_Key = 30,
GNUPG_Invalid_Sexp = 31,
GNUPG_Unsupported_Algorithm = 32,
+ GNUPG_No_PIN_Entry = 33,
+ GNUPG_PIN_Entry_Error = 34,
+ GNUPG_Bad_PIN = 35,
+ GNUPG_Bad_Passphrase = 36,
};
/* Status codes - fixme: should go into another file */