diff options
| author | David Shaw <[email protected]> | 2003-11-18 02:52:35 +0000 |
|---|---|---|
| committer | David Shaw <[email protected]> | 2003-11-18 02:52:35 +0000 |
| commit | dcf747d620019ff24772e4406044570f8e7c1928 (patch) | |
| tree | 05bb2d8e3a3b08799304dabd080b3d465ca0e36d /g10/options.h | |
| parent | * compress.c (init_compress): Remove compress level 10 trick, since it is (diff) | |
| download | gnupg-dcf747d620019ff24772e4406044570f8e7c1928.tar.gz gnupg-dcf747d620019ff24772e4406044570f8e7c1928.zip | |
* 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.
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 391adc862..f7b3a8f7e 100644 --- a/g10/options.h +++ b/g10/options.h @@ -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; |
