diff options
Diffstat (limited to '')
-rw-r--r-- | tools/gpgtar-extract.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpgtar-extract.c b/tools/gpgtar-extract.c index 3ee73ef9b..c4bf44064 100644 --- a/tools/gpgtar-extract.c +++ b/tools/gpgtar-extract.c @@ -327,7 +327,7 @@ gpgtar_extract (const char *filename, int decrypt) } err = gnupg_exec_tool_stream (opt.gpg_program, argv, - cipher_stream, stream); + cipher_stream, NULL, stream); xfree (argv); if (err) goto leave; |