diff options
author | Werner Koch <[email protected]> | 2003-11-06 13:29:29 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-11-06 13:29:29 +0000 |
commit | 4af8f747457776fa17596391b4334a72e190cdcc (patch) | |
tree | c4f20aa4d59c7ef3ddb2d8951613cb060278bc07 /src/err-codes.h.in | |
parent | Allow GPG_ERR_INLINE to get overriden, so that (diff) | |
download | libgpg-error-4af8f747457776fa17596391b4334a72e190cdcc.tar.gz libgpg-error-4af8f747457776fa17596391b4334a72e190cdcc.zip |
Added error sources for
Libksba and Dirmngr. Added GPG_ERR_TRUNCATED.
Diffstat (limited to 'src/err-codes.h.in')
-rw-r--r-- | src/err-codes.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/err-codes.h.in b/src/err-codes.h.in index db03dc0..7df7396 100644 --- a/src/err-codes.h.in +++ b/src/err-codes.h.in @@ -96,6 +96,7 @@ 71 Invalid cipher mode 72 Invalid flag 73 Invalid handle +74 Result truncated 75 Incomplete line 76 Invalid response 77 No agent running |