aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgtar-create.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gpgtar-create.c')
-rw-r--r--tools/gpgtar-create.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/gpgtar-create.c b/tools/gpgtar-create.c
index 69ba4408f..92c1fb8f6 100644
--- a/tools/gpgtar-create.c
+++ b/tools/gpgtar-create.c
@@ -892,7 +892,8 @@ gpgtar_create (char **inpattern, int encrypt)
if (err)
goto leave;
- err = gpg_encrypt_stream (NULL, NULL,
+ err = gpg_encrypt_stream (NULL,
+ opt.gpg_program,
outstream,
opt.recipients,
cipher_stream);