diff options
Diffstat (limited to 'tools/gpgtar-create.c')
-rw-r--r-- | tools/gpgtar-create.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpgtar-create.c b/tools/gpgtar-create.c index f7c8b1aa3..d615fd38d 100644 --- a/tools/gpgtar-create.c +++ b/tools/gpgtar-create.c @@ -932,7 +932,7 @@ gpgtar_create (char **inpattern, int encrypt, int sign) } err = gnupg_exec_tool_stream (opt.gpg_program, argv, - outstream, cipher_stream); + outstream, NULL, cipher_stream); xfree (argv); if (err) goto leave; |