From 84b6169de761ddd41be04d4cb8b9fa79fd73cdce Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Wed, 19 Dec 2001 00:18:11 +0000 Subject: assuan/ 2001-12-14 Marcus Brinkmann * assuan-buffer.c (_assuan_read_line): New variable ATTICLEN, use it to save the length of the attic line. Rediddle the code a bit to make it more clear what happens. agent/ 2001-12-19 Marcus Brinkmann * query.c (start_pinentry): Add new argument to assuan_pipe_connect. sm/ 2001-12-19 Marcus Brinkmann * call-agent.c (start_agent): Add new argument to assuan_pipe_connect. --- agent/ChangeLog | 4 ++++ agent/query.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'agent') diff --git a/agent/ChangeLog b/agent/ChangeLog index f34849a72..288953dfd 100644 --- a/agent/ChangeLog +++ b/agent/ChangeLog @@ -1,3 +1,7 @@ +2001-12-19 Marcus Brinkmann + + * query.c (start_pinentry): Add new argument to assuan_pipe_connect. + 2001-12-18 Werner Koch * Makefile.am: Use LIBGCRYPT macros diff --git a/agent/query.c b/agent/query.c index 98a5b2639..9195f0ab4 100644 --- a/agent/query.c +++ b/agent/query.c @@ -84,7 +84,7 @@ start_pinentry (void) argv[1] = NULL; /* connect to the pinentry and perform initial handshaking */ - rc = assuan_pipe_connect (&ctx, opt.pinentry_program, (char**)argv); + rc = assuan_pipe_connect (&ctx, opt.pinentry_program, (char**)argv, 0); if (rc) { log_error ("can't connect to the PIN entry module: %s\n", -- cgit v1.2.3