diff options
author | Werner Koch <[email protected]> | 2017-12-12 11:12:47 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-12-12 11:12:47 +0000 |
commit | d4d04d6c0432b032f6ea23c8517fd6a5f623bb67 (patch) | |
tree | 8af7eeabe5d76e7963d1f1ac03a8f56fb0731456 /src/util.h | |
parent | qt: Don't use QDateTime::toSecsSinceEpoch (diff) | |
download | gpgme-d4d04d6c0432b032f6ea23c8517fd6a5f623bb67.tar.gz gpgme-d4d04d6c0432b032f6ea23c8517fd6a5f623bb67.zip |
Require libgpg-error 1.24 and libassuan 2.4.2
* src/util.h (GPG_ERR_FALSE): Remove due to newer libgpg-error.
--
We require these over one year old versions to better allign with
GnuPG's demand. Note that the required libassuan is acgtually 2 years
old.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -45,10 +45,6 @@ #define DIM(v) (sizeof(v)/sizeof((v)[0])) -#if GPG_ERROR_VERSION_NUMBER < 0x011500 /* 1.21 */ -# define GPG_ERR_FALSE 256 -#endif - #if GPG_ERROR_VERSION_NUMBER < 0x011900 /* 1.25 */ # define GPG_ERR_ENGINE_TOO_OLD 300 # define GPG_ERR_TOO_OLD 308 |