diff options
author | Werner Koch <wk@gnupg.org> | 2001-12-06 21:47:30 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2001-12-06 21:47:30 +0100 |
commit | e4a72423ff597c16fc0b7e09ad7280b1f3df47ba (patch) | |
tree | c0b8c82e7168ff7a8729373b074ff8ee9cd79f88 /common/errors.h | |
parent | added test certificate and secret key (diff) | |
download | gnupg2-e4a72423ff597c16fc0b7e09ad7280b1f3df47ba.tar.xz gnupg2-e4a72423ff597c16fc0b7e09ad7280b1f3df47ba.zip |
More error codes
Diffstat (limited to 'common/errors.h')
-rw-r--r-- | common/errors.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/errors.h b/common/errors.h index b704ff3c7..a21b492af 100644 --- a/common/errors.h +++ b/common/errors.h @@ -56,6 +56,9 @@ enum { GNUPG_Invalid_Data = 27, GNUPG_Assuan_Server_Fault = 28, GNUPG_Assuan_Error = 29, /* catch all assuan error */ + GNUPG_Invalid_Session_Key = 30, + GNUPG_Invalid_Sexp = 31, + GNUPG_Unsupported_Algorithm = 32, }; /* Status codes - fixme: should go into another file */ |