summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2002-03-12 14:36:55 +0100
committerWerner Koch <wk@gnupg.org>2002-03-12 14:36:55 +0100
commit1f6d901db6a50a4b98cca43b35b4f3f72c8dae3d (patch)
tree959407add70b2db0dafc1b4b2a1599b9ba7fce1e /common
parent* verify.c (gpgsm_verify): Detect certs-only message. (diff)
downloadgnupg2-1f6d901db6a50a4b98cca43b35b4f3f72c8dae3d.tar.xz
gnupg2-1f6d901db6a50a4b98cca43b35b4f3f72c8dae3d.zip
More error codes
Diffstat (limited to 'common')
-rw-r--r--common/errors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/errors.h b/common/errors.h
index 8649ea215..58508c93f 100644
--- a/common/errors.h
+++ b/common/errors.h
@@ -100,6 +100,8 @@ enum {
GNUPG_Scdaemon_Error = 71,
GNUPG_Unsupported_Protocol = 72,
GNUPG_Bad_PIN_Method = 73,
+ GNUPG_Card_Not_Initialized = 74,
+ GNUPG_Unsupported_Operation = 75,
};
/* Status codes - fixme: should go into another file */