From 5bac5040dc93343e1e89916b263390b0e52040bf Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 25 Feb 2013 13:40:10 +0100 Subject: Require libgpg-error 1.11. * configure.ac: Require libgpg-error 1.11. * common/util.h (GPG_ERR_NO_KEYSERVER, GPG_ERR_INV_CURVE) (GPG_ERR_UNKNOWN_CURVE): Remove fallback definitions. --- common/util.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'common/util.h') diff --git a/common/util.h b/common/util.h index c8a008fd7..73ba84e41 100644 --- a/common/util.h +++ b/common/util.h @@ -34,16 +34,6 @@ #include /* We need this for the memory function protos. */ #include /* We need errno. */ #include /* We need gpg_error_t. */ -/* Add error codes available only in newer versions of libgpg-error. */ -#ifndef GPG_ERR_NO_KEYSERVER -#define GPG_ERR_NO_KEYSERVER 186 -#endif -#ifndef GPG_ERR_INV_CURVE -#define GPG_ERR_INV_CURVE 187 -#endif -#ifndef GPG_ERR_UNKNOWN_CURVE -#define GPG_ERR_UNKNOWN_CURVE 188 -#endif /* Hash function used with libksba. */ -- cgit v1.2.3