aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-06-22 21:03:52 +0000
committerMarcus Brinkmann <[email protected]>2003-06-22 21:03:52 +0000
commit38a391ba70f3c5e458a46cd85741763142b7531d (patch)
tree8f7dc8be14aa998d99bdf2b36f528d4ac0f4aad9
parentSet date. (diff)
downloadlibgpg-error-38a391ba70f3c5e458a46cd85741763142b7531d.tar.gz
libgpg-error-38a391ba70f3c5e458a46cd85741763142b7531d.zip
2003-06-22 Marcus Brinkmann <[email protected]>
* src/gpg-error.h: Fix value of GPG_ERR_CANCELED.
-rw-r--r--ChangeLog4
-rw-r--r--src/gpg-error.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c9573e..10a3a29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-06-22 Marcus Brinkmann <[email protected]>
+
+ * src/gpg-error.h: Fix value of GPG_ERR_CANCELED.
+
2003-06-06 Marcus Brinkmann <[email protected]>
* configure.ac: Define GPG_ERROR_CONFIG_LIBS and
diff --git a/src/gpg-error.h b/src/gpg-error.h
index 5a127ec..dfd1a72 100644
--- a/src/gpg-error.h
+++ b/src/gpg-error.h
@@ -179,7 +179,7 @@ typedef enum
GPG_ERR_CRL_TOO_OLD = 96,
GPG_ERR_LINE_TOO_LONG = 97,
GPG_ERR_NOT_TRUSTED = 98,
- GPG_ERR_CANCELED = 109,
+ GPG_ERR_CANCELED = 99,
GPG_ERR_BAD_CA_CERT = 100,
GPG_ERR_CERT_EXPIRED = 101, /* Key signature expired. */
GPG_ERR_CERT_TOO_YOUNG = 102,