diff options
author | Moritz Schulte <[email protected]> | 2003-10-28 09:27:53 +0000 |
---|---|---|
committer | Moritz Schulte <[email protected]> | 2003-10-28 09:27:53 +0000 |
commit | 1e8913cca23bc60aad7ff7e0bbb7fea5a58b0d5d (patch) | |
tree | efeb4b5e6930588cea15b857fa64c4bfc479099c /src/err-codes.h.in | |
parent | Fixed last fix: (diff) | |
download | libgpg-error-1e8913cca23bc60aad7ff7e0bbb7fea5a58b0d5d.tar.gz libgpg-error-1e8913cca23bc60aad7ff7e0bbb7fea5a58b0d5d.zip |
2003-10-28 Moritz Schulte <[email protected]>
* src/gpg-error.h (gpg_err_code_t): Added:
GPG_ERR_NO_ENCODING_METHOD, GPG_ERR_NO_ENCRYPTION_SCHEME,
GPG_ERR_NO_SIGNATURE_SCHEME.
* src/err-codes.h.in: Likewise.
Diffstat (limited to 'src/err-codes.h.in')
-rw-r--r-- | src/err-codes.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/err-codes.h.in b/src/err-codes.h.in index 34b9c10..db03dc0 100644 --- a/src/err-codes.h.in +++ b/src/err-codes.h.in @@ -49,6 +49,9 @@ 19 Bad session key 20 Unknown compression algorithm 21 Number is not prime +22 Invalid encoding method +23 Invalid encryption scheme +24 Invalid signature scheme 30 Bad MPI value 31 Invalid passphrase 32 Invalid signature class |