aboutsummaryrefslogtreecommitdiffstats
path: root/common/errors.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-02-18 20:46:09 +0000
committerWerner Koch <[email protected]>2002-02-18 20:46:09 +0000
commit1df38417a36fdabc533266d620adab9daaccbf11 (patch)
tree1f0b0a4119d9016d38f5d6f28b698b3aa83fda12 /common/errors.h
parentA bunch of new features. Allow empty responses on an inquiry. (diff)
downloadgnupg-1df38417a36fdabc533266d620adab9daaccbf11.tar.gz
gnupg-1df38417a36fdabc533266d620adab9daaccbf11.zip
More error codes
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 26cdb8646..d968d70c8 100644
--- a/common/errors.h
+++ b/common/errors.h
@@ -91,6 +91,7 @@ enum {
GNUPG_Invalid_Card = 62,
GNUPG_Card_Not_Present = 63,
GNUPG_No_PKCS15_App = 64,
+ GNUPG_Not_Confirmed = 65,
};
/* Status codes - fixme: should go into another file */