1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Try to make sure that the standard descriptors are connected when calling

gpgsm.
This commit is contained in:
Werner Koch 2007-12-03 13:05:15 +00:00
parent e09e3fa4ea
commit 033a2c0bc9
7 changed files with 93 additions and 75 deletions

View file

@ -46,6 +46,7 @@ void gnupg_sleep (unsigned int seconds);
int translate_sys2libc_fd (gnupg_fd_t fd, int for_write);
int translate_sys2libc_fd_int (int fd, int for_write);
FILE *gnupg_tmpfile (void);
void gnupg_reopen_std (const char *pgmname);
#ifdef HAVE_W32_SYSTEM