diff options
Diffstat (limited to 'tools/gpgtar-create.c')
-rw-r--r-- | tools/gpgtar-create.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gpgtar-create.c b/tools/gpgtar-create.c index 0994322ea..c88d28fdc 100644 --- a/tools/gpgtar-create.c +++ b/tools/gpgtar-create.c @@ -1294,6 +1294,7 @@ gpgtar_create (char **inpattern, const char *files_from, int null_names, xfree (argv); if (err) goto leave; + /* Note that OUTSTREAM is our tar output which is fed to gpg. */ es_set_binary (outstream); } else if (opt.outfile) /* No crypto */ |