1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

Changes required to use estream in gpgsm.

This commit is contained in:
Werner Koch 2010-03-08 12:18:19 +00:00
parent d232fd2e54
commit 37088de63d
3 changed files with 16 additions and 6 deletions

View file

@ -1,3 +1,9 @@
2010-03-08 Werner Koch <wk@g10code.com>
* exechelp.h: Include "estream.h".
* exechelp.c (gnupg_spawn_process): Change OUTFILE to an estream_t.
2010-03-02 Werner Koch <wk@g10code.com>
* estream.c, estream.h, estream-printf.c, estream-printf.h: Update