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 774fcd37f..cc82889ab 100644 --- a/tools/gpgtar-create.c +++ b/tools/gpgtar-create.c @@ -894,7 +894,7 @@ gpgtar_create (char **inpattern, int encrypt) err = gpg_encrypt_stream (NULL, opt.gpg_program, - NULL, + opt.gpg_arguments, outstream, opt.recipients, cipher_stream); |