diff options
author | Werner Koch <[email protected]> | 2001-12-10 09:27:30 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2001-12-10 09:27:30 +0000 |
commit | 79956a08e02a9741e581271457d1493ab8a3aa7d (patch) | |
tree | ead31cad68d502d11a915a30ae04c4b119d0bafa /common/errors.h | |
parent | Decryption does now work (diff) | |
download | gnupg-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.h | 4 |
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 */ |