aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/ChangeLog4
-rw-r--r--common/util.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/common/ChangeLog b/common/ChangeLog
index 62fc480dd..35dd2d8a4 100644
--- a/common/ChangeLog
+++ b/common/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-02 Werner Koch <[email protected]>
+
+ * util.h (GPG_ERR_NOT_INITIALIZED): Define if not defined.
+
2010-09-01 Marcus Brinkmann <[email protected]>
* estream.c (_es_set_std_fd): Disable debug output.
diff --git a/common/util.h b/common/util.h
index fdea333b5..341df2531 100644
--- a/common/util.h
+++ b/common/util.h
@@ -30,6 +30,10 @@
#ifndef GPG_ERR_LIMIT_REACHED
#define GPG_ERR_LIMIT_REACHED 183
#endif
+#ifndef GPG_ERR_NOT_INITIALIZED
+#define GPG_ERR_NOT_INITIALIZED 184
+#endif
+
/* Hash function used with libksba. */
#define HASH_FNC ((void (*)(void *, const void*,size_t))gcry_md_write)