From 79956a08e02a9741e581271457d1493ab8a3aa7d Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 10 Dec 2001 09:27:30 +0000 Subject: 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. --- common/errors.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/errors.h') 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 */ -- cgit v1.2.3