summaryrefslogtreecommitdiffstats
path: root/g13
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-08-26 17:47:22 +0200
committerWerner Koch <wk@gnupg.org>2014-08-26 17:47:54 +0200
commit519305feb888b529c005b40445d041a088a2f8fc (patch)
tree74994a5b568e059982ca83a0daa8b7d96035355d /g13
parentgpg: Allow for positional parameters in the passphrase prompt. (diff)
downloadgnupg2-519305feb888b529c005b40445d041a088a2f8fc.tar.xz
gnupg2-519305feb888b529c005b40445d041a088a2f8fc.zip
Switch to the libgpg-error provided estream.
* configure.ac (NEED_GPG_ERROR_VERSION): Reguire 1.14. (GPGRT_ENABLE_ES_MACROS): Define. (estream_INIT): Remove. * m4/estream.m4: Remove. * common/estream-printf.c, common/estream-printf.h: Remove. * common/estream.c, common/estream.h: Remove. * common/init.c (_init_common_subsystems): Call gpgrt initialization.
Diffstat (limited to 'g13')
-rw-r--r--g13/create.c1
-rw-r--r--g13/g13.h1
-rw-r--r--g13/mount.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/g13/create.c b/g13/create.c
index 315ff1337..58ab5904f 100644
--- a/g13/create.c
+++ b/g13/create.c
@@ -34,7 +34,6 @@
#include "backend.h"
#include "utils.h"
#include "call-gpg.h"
-#include "estream.h"
/* Create a new blob with all the session keys and other meta
information which are to be stored encrypted in the crypto
diff --git a/g13/g13.h b/g13/g13.h
index 8e6867a23..bdcc02ae5 100644
--- a/g13/g13.h
+++ b/g13/g13.h
@@ -28,7 +28,6 @@
#include "../common/util.h"
#include "../common/status.h"
-#include "../common/estream.h"
#include "../common/session-env.h"
/* A large struct named "opt" to keep global flags. */
diff --git a/g13/mount.c b/g13/mount.c
index ab9f2f340..512e29d1a 100644
--- a/g13/mount.c
+++ b/g13/mount.c
@@ -34,7 +34,6 @@
#include "backend.h"
#include "utils.h"
#include "call-gpg.h"
-#include "estream.h"
#include "mountinfo.h"
#include "runner.h"