aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpg-connect-agent.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2012-02-06 19:50:47 +0000
committerWerner Koch <[email protected]>2012-02-06 19:50:47 +0000
commiteb0faef81dae2cba1f62056fdc4dc2a7d58ac86a (patch)
tree7ada65b8c11f45aeb6beae3fce3959d4513c5ac3 /tools/gpg-connect-agent.c
parentAlso let GENKEY and PKDECRYPT send the INQUIRE_MAXLEN status message. (diff)
downloadgnupg-eb0faef81dae2cba1f62056fdc4dc2a7d58ac86a.tar.gz
gnupg-eb0faef81dae2cba1f62056fdc4dc2a7d58ac86a.zip
common: Add a global variable to for the default error source.
For the shared code parts it is cumbersome to pass an error sourse variable to each function. Its value is always a constant for a given binary and thus a global variable makes things a lot easier than the former macro stuff. * common/init.c (default_errsource): New global var. (init_common_subsystems): Rename to _init_common_subsystems. Set DEFAULT_ERRSOURCE. * common/init.h: Assert value of GPG_ERR_SOURCE_DEFAULT. (init_common_subsystems): New macro. * common/util.h (default_errsource): Add declaration. * kbx/keybox-defs.h: Add some GPG_ERR_SOURCE_DEFAULT trickery.
Diffstat (limited to 'tools/gpg-connect-agent.c')
-rw-r--r--tools/gpg-connect-agent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gpg-connect-agent.c b/tools/gpg-connect-agent.c
index 7472728c6..d340c7f0e 100644
--- a/tools/gpg-connect-agent.c
+++ b/tools/gpg-connect-agent.c
@@ -37,6 +37,7 @@
#ifdef HAVE_W32_SYSTEM
# include "../common/exechelp.h"
#endif
+#include "../common/init.h"
#define CONTROL_D ('D' - 'A' + 1)