diff options
author | Marcus Brinkmann <[email protected]> | 2003-06-04 02:07:59 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2003-06-04 02:07:59 +0000 |
commit | cb2cbf10386bd8c5418eeda06b0f5ff15aa7bac5 (patch) | |
tree | f72f9534371d8fa8c0c37a8827348e2e869d13e2 /src/err-codes.h.in | |
parent | Fix last change. (diff) | |
download | libgpg-error-cb2cbf10386bd8c5418eeda06b0f5ff15aa7bac5.tar.gz libgpg-error-cb2cbf10386bd8c5418eeda06b0f5ff15aa7bac5.zip |
2003-06-04 Marcus Brinkmann <[email protected]>
* src/gpg-error.h (gpg_err_code_t): Add GPG_ERR_INV_ENGINE,
GPG_ERR_PUBKEY_NOT_TRUSTED, GPG_ERR_DECRYPT_FAILED,
GPG_ERR_KEY_EXPIRED.
(gpg_make_error): Rename to gpg_err_make.
(gpg_error): Use here.
* tests/t-strerror.c (main): And here.
(gpg_make_error_from_errno): Rename to gpg_err_make_from_errno.
Diffstat (limited to 'src/err-codes.h.in')
-rw-r--r-- | src/err-codes.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/err-codes.h.in b/src/err-codes.h.in index 6b67dbe..1243828 100644 --- a/src/err-codes.h.in +++ b/src/err-codes.h.in @@ -140,6 +140,10 @@ 123 Card not initialized 124 Unsupported operation 125 Wrong key usage +150 Invalid crypto engine +151 Public key not trusted +152 Decryption failed +153 Key expired 201 Invalid length specifier in S-expression 202 String too long in S-expression 203 Unmatched parentheses in S-expression |