diff options
author | Werner Koch <[email protected]> | 2008-11-12 14:31:53 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-11-12 14:31:53 +0000 |
commit | bf665ffdf1fd1f196071a9b0f34ed7426ca4c35c (patch) | |
tree | 8188d96d39731bbecacd900aae03edad0dd13b70 /src | |
parent | Fixed typo in de.po. (diff) | |
download | libgpg-error-bf665ffdf1fd1f196071a9b0f34ed7426ca4c35c.tar.gz libgpg-error-bf665ffdf1fd1f196071a9b0f34ed7426ca4c35c.zip |
Add codes GPG_ERR_NO_PIN and GPG_ERR_NO_PASSPHRASE.
Diffstat (limited to 'src')
-rw-r--r-- | src/err-codes.h.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/err-codes.h.in b/src/err-codes.h.in index 9d8a478..0ef107d 100644 --- a/src/err-codes.h.in +++ b/src/err-codes.h.in @@ -206,7 +206,9 @@ 174 GPG_ERR_UNKNOWN_OPTION Unknown option 175 GPG_ERR_UNKNOWN_COMMAND Unknown command 176 GPG_ERR_NOT_OPERATIONAL Not operational -# 176 to 198 are free to be used. +177 GPG_ERR_NO_PASSPHRASE No passphrase given +178 GPG_ERR_NO_PIN No PIN given +# 179 to 198 are free to be used. 199 GPG_ERR_UNFINISHED Operation not yet finished 200 GPG_ERR_BUFFER_TOO_SHORT Buffer too short |