diff options
Diffstat (limited to 'tools/gpgtar-extract.c')
-rw-r--r-- | tools/gpgtar-extract.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/gpgtar-extract.c b/tools/gpgtar-extract.c index cb8074ca0..95f2b569b 100644 --- a/tools/gpgtar-extract.c +++ b/tools/gpgtar-extract.c @@ -28,7 +28,7 @@ #include <assert.h> #include "i18n.h" -#include "../common/sh-exectool.h" +#include "../common/exectool.h" #include "../common/sysutils.h" #include "gpgtar.h" @@ -325,8 +325,8 @@ gpgtar_extract (const char *filename, int decrypt) argv[i++] = NULL; assert (i == strlist_length (opt.gpg_arguments) + 2); - err = sh_exec_tool_stream (opt.gpg_program, argv, - cipher_stream, stream); + err = gnupg_exec_tool_stream (opt.gpg_program, argv, + cipher_stream, stream); xfree (argv); if (err) goto leave; |