mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
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 <wk@gnupg.org>
This commit is contained in:
parent
1605e34fc3
commit
f0ae40b0c9
7 changed files with 5 additions and 166 deletions
|
@ -32,9 +32,8 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "stringhelp.h"
|
||||
|
||||
#include "t-support.h"
|
||||
#include "stringhelp.h"
|
||||
|
||||
static void
|
||||
test_map_static_macro_string (void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue