mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Change stack size for Wince.
Allow for a longer agent atartup under wince. Print gpg output via estream.
This commit is contained in:
parent
bbd08dd146
commit
b3f9e2130e
18 changed files with 167 additions and 86 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue