aboutsummaryrefslogtreecommitdiffstats
path: root/g10/decrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/decrypt.c')
-rw-r--r--g10/decrypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/decrypt.c b/g10/decrypt.c
index 3d223eadd..df6b0a7c0 100644
--- a/g10/decrypt.c
+++ b/g10/decrypt.c
@@ -71,7 +71,7 @@ decrypt_message( const char *filename )
no_out = 1;
opt.outfile = "-";
}
- rc = proc_encryption_packets( fp );
+ rc = proc_encryption_packets( NULL, fp );
if( no_out )
opt.outfile = NULL;
iobuf_close(fp);