mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* misc.c (setup_pinentry_env): New.
* import.c (popen_protect_tool): Call it. * export.c (popen_protect_tool): Call it.
This commit is contained in:
parent
5b9023c6e7
commit
aaac5dd2dc
5 changed files with 46 additions and 2 deletions
|
@ -581,6 +581,8 @@ popen_protect_tool (const char *pgmname,
|
|||
close(i);
|
||||
errno = 0;
|
||||
|
||||
setup_pinentry_env ();
|
||||
|
||||
execlp (pgmname, arg0,
|
||||
"--homedir", opt.homedir,
|
||||
"--p12-export",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue