diff options
author | Marcus Brinkmann <[email protected]> | 2003-06-01 21:26:20 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2003-06-01 21:26:20 +0000 |
commit | cae221feb6b1da368bac19c3371d3b302c8ecedb (patch) | |
tree | a152adcefe52eae5599be61b0ecaf82c3c99800b /src/err-codes.h.in | |
parent | 2003-06-01 Marcus Brinkmann <[email protected]> (diff) | |
download | libgpg-error-cae221feb6b1da368bac19c3371d3b302c8ecedb.tar.gz libgpg-error-cae221feb6b1da368bac19c3371d3b302c8ecedb.zip |
2003-06-01 Marcus Brinkmann <[email protected]>
* src/gpg-error.h (gpg_err_code_t): Remove GPG_ERR_FILE_READ,
GPG_ERR_FILE_WRITE, GPG_ERR_FILE_OPEN, GPG_ERR_FILE_CREATE,
GPG_ERR_FILE_CLOSE, GPG_ERR_FILE_DELETE, GPG_ERR_FILE_EXISTS,
GPG_ERR_FILE, GPG_ERR_IO, GPG_ERR_OUT_OF_CORE, GPG_ERR_READ_ERROR,
GPG_ERR_WRITE_ERROR.
* src/err-codes.h.in: Likewise.
Diffstat (limited to 'src/err-codes.h.in')
-rw-r--r-- | src/err-codes.h.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/err-codes.h.in b/src/err-codes.h.in index 474f1c3..1c9c871 100644 --- a/src/err-codes.h.in +++ b/src/err-codes.h.in @@ -48,15 +48,6 @@ 18 Wrong secret key used 19 Bad session key 20 Unknown compression algorithm -21 Reading file failed -22 Writing file failed -23 Opening file failed -24 Creating file failed -25 Closing file failed -26 Renaming file failed -27 Deleting file failed -28 File exists -29 File error 30 Bad MPI value 31 Invalid passphrase 32 Invalid signature class @@ -69,7 +60,6 @@ 39 Time conflict 40 Keyserver error 41 Wrong public key algorithm -42 I/O error 43 Weak encryption key 44 Invalid key length 45 Invalid argument @@ -89,7 +79,6 @@ 59 Bug 60 Not supported 61 Invalid operation code -62 Out of core 63 Internal error 64 EOF (gcrypt) 65 Invalid object @@ -100,8 +89,6 @@ 70 Conflicting use 71 Invalid cipher mode 72 Invalid flag -73 Read error -74 Write error 75 Incomplete line 76 Invalid response 77 No agent running |