diff options
author | Werner Koch <[email protected]> | 2020-11-09 10:48:42 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-11-09 10:50:46 +0000 |
commit | eb99e8c483a70764408868602ef322602e9e72ce (patch) | |
tree | 5bec6269f2fa9efb3ee40f9742d350d2fb2c1200 /src/util.h | |
parent | Parse STATUS_CANCELED_BY_USER. (diff) | |
download | gpgme-eb99e8c483a70764408868602ef322602e9e72ce.tar.gz gpgme-eb99e8c483a70764408868602ef322602e9e72ce.zip |
Require at least libgpg-error 1.36
* configure.ac (NEED_GPG_ERROR_VERSION): Require 1.36.
* src/cJSON.c: Remove code for older version.
* src/engine.c (gpgme_get_engine_info): Ditto.
* src/gpgme-json.c: Ditto.
* src/op-support.c: Ditto.
* src/util.h: Ditto.
--
Libgpg-error 1.36 has been released more than 18 months ago so it is
time to avoid hacks and require this verion. This will for example
help Kleopatra to support PIV cards and improves the gpgme-json.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -41,15 +41,6 @@ #define DIM(v) (sizeof(v)/sizeof((v)[0])) -#if GPG_ERROR_VERSION_NUMBER < 0x011900 /* 1.25 */ -# define GPG_ERR_ENGINE_TOO_OLD 300 -# define GPG_ERR_TOO_OLD 308 -#endif - -#ifndef GPGRT_ATTR_SENTINEL -# define GPGRT_ATTR_SENTINEL(a) /* */ -#endif - /*-- {posix,w32}-util.c --*/ |