aboutsummaryrefslogtreecommitdiffstats
path: root/common/errors.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2001-12-10 09:27:30 +0000
committerWerner Koch <[email protected]>2001-12-10 09:27:30 +0000
commit79956a08e02a9741e581271457d1493ab8a3aa7d (patch)
treeead31cad68d502d11a915a30ae04c4b119d0bafa /common/errors.h
parentDecryption does now work (diff)
downloadgnupg-79956a08e02a9741e581271457d1493ab8a3aa7d.tar.gz
gnupg-79956a08e02a9741e581271457d1493ab8a3aa7d.zip
The Agent does now call the pin entry program; however because we have
not yet implemeted secret key protection, its purpose is somewhat limited. Well, the PIN entry modules can now be tested.
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 */