aboutsummaryrefslogtreecommitdiffstats
path: root/g13
diff options
context:
space:
mode:
Diffstat (limited to 'g13')
-rw-r--r--g13/ChangeLog2
-rw-r--r--g13/call-gpg.c3
2 files changed, 3 insertions, 2 deletions
diff --git a/g13/ChangeLog b/g13/ChangeLog
index cc51472cc..b263b8403 100644
--- a/g13/ChangeLog
+++ b/g13/ChangeLog
@@ -1,4 +1,4 @@
-2009-11-04 Werner Koch <[email protected]>
+009-11-04 Werner Koch <[email protected]>
Under initial development - no need for a ChangeLog.
diff --git a/g13/call-gpg.c b/g13/call-gpg.c
index c6b0abe30..6603533ab 100644
--- a/g13/call-gpg.c
+++ b/g13/call-gpg.c
@@ -101,7 +101,8 @@ start_gpg (ctrl_t ctrl, int input_fd, int output_fd, assuan_context_t *r_ctx)
no_close_list[i] = -1;
/* Connect to GPG and perform initial handshaking. */
- err = assuan_pipe_connect (ctx, opt.gpg_program, argv, no_close_list);
+ err = assuan_pipe_connect (ctx, opt.gpg_program, argv, no_close_list,
+ NULL, NULL, 0);
if (err)
{
assuan_release (ctx);