aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpg-auth.c
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2024-07-02 05:12:29 +0000
committerNIIBE Yutaka <[email protected]>2024-07-02 05:12:29 +0000
commit19df973df0862ed7ebc5d7991dc4e24cfccca5b5 (patch)
tree463e8ebcaf88e8ff348371824d82cd1d89f85129 /tools/gpg-auth.c
parentbuild: Require libgpg-error 1.50 or later. (diff)
downloadgnupg-19df973df0862ed7ebc5d7991dc4e24cfccca5b5.tar.gz
gnupg-19df973df0862ed7ebc5d7991dc4e24cfccca5b5.zip
Use gpgrt_process_spawn functions from libgpg-error.
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'tools/gpg-auth.c')
-rw-r--r--tools/gpg-auth.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/gpg-auth.c b/tools/gpg-auth.c
index c47bb4e54..874861b25 100644
--- a/tools/gpg-auth.c
+++ b/tools/gpg-auth.c
@@ -33,7 +33,6 @@
#include "../common/asshelp.h"
#include "../common/session-env.h"
#include "../common/membuf.h"
-#include "../common/exechelp.h"
/* We keep all global options in the structure OPT. */