From 914e77c133f91cf2eb508ecee60c288ca7042968 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 5 Mar 2002 17:17:41 +0000 Subject: [PATCH] We got more error codes than actual code ;-) --- common/errors.h | 1 + 1 file changed, 1 insertion(+) 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 */