diff options
author | Werner Koch <wk@gnupg.org> | 2002-02-18 21:46:09 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2002-02-18 21:46:09 +0100 |
commit | 1df38417a36fdabc533266d620adab9daaccbf11 (patch) | |
tree | 1f0b0a4119d9016d38f5d6f28b698b3aa83fda12 /common/errors.h | |
parent | A bunch of new features. Allow empty responses on an inquiry. (diff) | |
download | gnupg2-1df38417a36fdabc533266d620adab9daaccbf11.tar.xz gnupg2-1df38417a36fdabc533266d620adab9daaccbf11.zip |
More error codes
Diffstat (limited to 'common/errors.h')
-rw-r--r-- | common/errors.h | 1 |
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 */ |