aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-03-12 13:36:55 +0000
committerWerner Koch <[email protected]>2002-03-12 13:36:55 +0000
commit1f6d901db6a50a4b98cca43b35b4f3f72c8dae3d (patch)
tree959407add70b2db0dafc1b4b2a1599b9ba7fce1e
parent* verify.c (gpgsm_verify): Detect certs-only message. (diff)
downloadgnupg-1f6d901db6a50a4b98cca43b35b4f3f72c8dae3d.tar.gz
gnupg-1f6d901db6a50a4b98cca43b35b4f3f72c8dae3d.zip
More error codes
-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 */