diff options
author | Werner Koch <[email protected]> | 2010-11-23 18:46:41 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-11-23 18:46:41 +0000 |
commit | b3f9e2130e64e1a57d2b60444edf6f839c1a90b1 (patch) | |
tree | ec62e5100ce63278fcb3c743a19b7bcad85f51a7 /g10/options.h | |
parent | 2010-11-17 Marcus Brinkmann <[email protected]> (diff) | |
download | gnupg-b3f9e2130e64e1a57d2b60444edf6f839c1a90b1.tar.gz gnupg-b3f9e2130e64e1a57d2b60444edf6f839c1a90b1.zip |
Change stack size for Wince.
Allow for a longer agent atartup under wince.
Print gpg output via estream.
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h index b71271da6..28a2805a9 100644 --- a/g10/options.h +++ b/g10/options.h @@ -43,7 +43,7 @@ struct unsigned debug; int armor; char *outfile; - FILE *outfp; /* Hack, sometimes used in place of outfile. */ + estream_t outfp; /* Hack, sometimes used in place of outfile. */ off_t max_output; int dry_run; int list_only; |