summaryrefslogtreecommitdiffstats
path: root/common/errors.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2002-03-05 18:17:41 +0100
committerWerner Koch <wk@gnupg.org>2002-03-05 18:17:41 +0100
commit914e77c133f91cf2eb508ecee60c288ca7042968 (patch)
tree78e164138ec96c8e0c41c336b20521b929d985de /common/errors.h
parentWell and some stuff to access the SC will be helpful. Note, that the (diff)
downloadgnupg2-914e77c133f91cf2eb508ecee60c288ca7042968.tar.xz
gnupg2-914e77c133f91cf2eb508ecee60c288ca7042968.zip
We got more error codes than actual code ;-)
Diffstat (limited to 'common/errors.h')
-rw-r--r--common/errors.h1
1 files changed, 1 insertions, 0 deletions
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 */