aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-10-16 12:32:05 +0000
committerWerner Koch <[email protected]>2009-10-16 12:32:05 +0000
commite8baef278d3a85f636970533163483c4e1d0e486 (patch)
treeb253c353ced37f727672cf1721fa894856e56cf6
parentAdd a new erroro source (diff)
downloadlibgpg-error-e8baef278d3a85f636970533163483c4e1d0e486.tar.gz
libgpg-error-e8baef278d3a85f636970533163483c4e1d0e486.zip
Add another error code.
-rw-r--r--NEWS1
-rw-r--r--src/err-codes.h.in3
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 64681c0..897e0f3 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@ Noteworthy changes in version 1.8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPG_ERR_NOT_ENABLED NEW
GPG_ERR_SOURCE_G13 NEW
+ GPG_ERR_NO_ENGINE NEW.
Noteworthy changes in version 1.7 (2008-11-26)
diff --git a/src/err-codes.h.in b/src/err-codes.h.in
index 64d5ba8..9496e96 100644
--- a/src/err-codes.h.in
+++ b/src/err-codes.h.in
@@ -209,7 +209,8 @@
177 GPG_ERR_NO_PASSPHRASE No passphrase given
178 GPG_ERR_NO_PIN No PIN given
179 GPG_ERR_NOT_ENABLED Not enabled
-# 180 to 198 are free to be used.
+180 GPG_ERR_NO_ENGINE No crypto engine
+# 181 to 198 are free to be used.
199 GPG_ERR_UNFINISHED Operation not yet finished
200 GPG_ERR_BUFFER_TOO_SHORT Buffer too short