1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +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:
Werner Koch 2004-04-13 09:45:35 +00:00
parent 5b9023c6e7
commit aaac5dd2dc
5 changed files with 46 additions and 2 deletions

View file

@ -299,6 +299,8 @@ int gpgsm_dirmngr_run_command (ctrl_t ctrl, const char *command,
int argc, char **argv);
/*-- misc.c --*/
void setup_pinentry_env (void);