summaryrefslogtreecommitdiffstats
path: root/common/util.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2010-03-15 14:08:51 +0100
committerWerner Koch <wk@gnupg.org>2010-03-15 14:08:51 +0100
commit0f4eefb09464828ce07ad5b8763423e0d1d68e61 (patch)
tree6d6abf59aeb2a54546fbf7018aa9affd8905bd56 /common/util.h
parentFinished the bulk of changes to use estream in most places instead of (diff)
downloadgnupg2-0f4eefb09464828ce07ad5b8763423e0d1d68e61.tar.xz
gnupg2-0f4eefb09464828ce07ad5b8763423e0d1d68e61.zip
Builds again for W32.
Diffstat (limited to 'common/util.h')
-rw-r--r--common/util.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/util.h b/common/util.h
index 6deee38e1..4c566bcae 100644
--- a/common/util.h
+++ b/common/util.h
@@ -25,11 +25,6 @@
#include <errno.h> /* We need errno. */
#include <gpg-error.h> /* We need gpg_error_t. */
-/* Add error codes available only in newer versions of libgpg-error. */
-#ifndef GPG_ERR_NOT_ENABLED
-#define GPG_ERR_NOT_ENABLED 179
-#endif
-
/* Hash function used with libksba. */
#define HASH_FNC ((void (*)(void *, const void*,size_t))gcry_md_write)