diff options
author | Werner Koch <[email protected]> | 2015-12-12 12:57:19 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-12-12 13:06:30 +0000 |
commit | f0ae40b0c901e5f5c04c6ed5b2ab96ab7340b2bd (patch) | |
tree | 62029595b10924dbb5dc437d008264590e2a7611 /kbx/keybox-search.c | |
parent | gpg: Fix buffer overflow. (diff) | |
download | gnupg-f0ae40b0c901e5f5c04c6ed5b2ab96ab7340b2bd.tar.gz gnupg-f0ae40b0c901e5f5c04c6ed5b2ab96ab7340b2bd.zip |
Remove replacements for libgpg-error < 1.21.
* common/util.h: Remove replacement macros for libgpg-error<1.21.
* common/types.h: Ditto.
* common/mischelp.h: Ditto.
* common/t-mapstrings.c: Include t-support.h before stringhelp.h
* common/t-stringhelp.c: Ditto.
* common/t-support.h: Always include gpg-error.h.
* kbx/keybox-search.c: Do not include stringhelp.h so that keybox-defs
comes first.
--
This patch enhances commit d6e0149 from Dec 10.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'kbx/keybox-search.c')
-rw-r--r-- | kbx/keybox-search.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kbx/keybox-search.c b/kbx/keybox-search.c index f3cdb8c7e..78e0c23b7 100644 --- a/kbx/keybox-search.c +++ b/kbx/keybox-search.c @@ -25,8 +25,6 @@ #include <assert.h> #include <errno.h> -#include "../common/stringhelp.h" /* ascii_xxxx() */ - #include "keybox-defs.h" #include <gcrypt.h> #include "host2net.h" |