diff options
| author | Werner Koch <[email protected]> | 2009-10-02 14:57:55 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2009-10-02 14:57:55 +0000 |
| commit | 71625f56fd98ab37bc05f1806b4b49a2e418ac37 (patch) | |
| tree | 24d54f73a41c21241f7b99c3eee15374b1185df6 /g10/options.h | |
| parent | Fixed EOF detection for encrypted packets. (diff) | |
| download | gnupg-71625f56fd98ab37bc05f1806b4b49a2e418ac37.tar.gz gnupg-71625f56fd98ab37bc05f1806b4b49a2e418ac37.zip | |
Implement the server comamnd DECRYPT.
Use int instead of gnupg_fd_t in the server.
Comment fixes.
Rename encr-data.c -> decrypt-data.c
Diffstat (limited to 'g10/options.h')
| -rw-r--r-- | g10/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index a99ca22e8..3a2a68e61 100644 --- a/g10/options.h +++ b/g10/options.h @@ -43,6 +43,7 @@ struct unsigned debug; int armor; char *outfile; + FILE *outfp; /* Hack, sometimes used in place of outfile. */ off_t max_output; int dry_run; int list_only; |
