mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* options.h, g10.c (main), compress-bz2.c (init_uncompress): Add
--bz2-compress-lowmem to set bzlib "small" flag for low memory (but slow) decompression.
This commit is contained in:
parent
2e4ab6c669
commit
dcf747d620
4 changed files with 11 additions and 1 deletions
|
@ -70,6 +70,7 @@ struct {
|
|||
int compress_algo;
|
||||
int compress_level;
|
||||
int bz2_compress_level;
|
||||
int bz2_compress_lowmem;
|
||||
const char *def_secret_key;
|
||||
char *def_recipient;
|
||||
int def_recipient_self;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue