1
0
Fork 0
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:
David Shaw 2003-11-18 02:52:35 +00:00
parent 2e4ab6c669
commit dcf747d620
4 changed files with 11 additions and 1 deletions

View file

@ -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;