mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Implement the server comamnd DECRYPT.
Use int instead of gnupg_fd_t in the server. Comment fixes. Rename encr-data.c -> decrypt-data.c
This commit is contained in:
parent
3b7dc7b384
commit
71625f56fd
12 changed files with 131 additions and 41 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue