diff options
author | NIIBE Yutaka <[email protected]> | 2024-07-02 05:12:29 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2024-07-02 05:12:29 +0000 |
commit | 19df973df0862ed7ebc5d7991dc4e24cfccca5b5 (patch) | |
tree | 463e8ebcaf88e8ff348371824d82cd1d89f85129 /tools/gpg-auth.c | |
parent | build: Require libgpg-error 1.50 or later. (diff) | |
download | gnupg-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.c | 1 |
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. */ |