diff options
author | Werner Koch <[email protected]> | 2003-06-04 07:32:18 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-06-04 07:32:18 +0000 |
commit | 876fc4f792c0047ddc88f1adb11e02fcca850962 (patch) | |
tree | 6962bc00e411335826b23b09d98c5186bbe7f9e0 /src/err-codes.h.in | |
parent | 2003-06-04 Marcus Brinkmann <[email protected]> (diff) | |
download | libgpg-error-876fc4f792c0047ddc88f1adb11e02fcca850962.tar.gz libgpg-error-876fc4f792c0047ddc88f1adb11e02fcca850962.zip |
solved conflicts
Diffstat (limited to 'src/err-codes.h.in')
-rw-r--r-- | src/err-codes.h.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/err-codes.h.in b/src/err-codes.h.in index 1243828..1925fdb 100644 --- a/src/err-codes.h.in +++ b/src/err-codes.h.in @@ -80,6 +80,7 @@ 59 Bug 60 Not supported 61 Invalid operation code +62 Timeout 63 Internal error 64 EOF (gcrypt) 65 Invalid object @@ -90,6 +91,7 @@ 70 Conflicting use 71 Invalid cipher mode 72 Invalid flag +73 Invalid handle 75 Incomplete line 76 Invalid response 77 No agent running @@ -140,6 +142,9 @@ 123 Card not initialized 124 Unsupported operation 125 Wrong key usage +126 Nothing found +127 Wrong blob type +128 Missing value 150 Invalid crypto engine 151 Public key not trusted 152 Decryption failed |