1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +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:
Werner Koch 2015-12-12 13:57:19 +01:00
parent 1605e34fc3
commit f0ae40b0c9
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
7 changed files with 5 additions and 166 deletions

View file

@ -38,9 +38,7 @@
#include <stdlib.h>
#include <stdio.h>
#ifdef HAVE_W32CE_SYSTEM
#include <gpg-error.h> /* Defines strerror. */
#endif
#include <gpg-error.h>
#ifndef HAVE_GETENV