diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-09-10 13:25:57 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-09-10 13:25:57 +0200 |
commit | 522041ee7b10ac544b90c6a8d1d4fbf8a5d39c6d (patch) | |
tree | 412854af83f841f564faf842ca6cefc12a016236 /libbb/Config.src | |
parent | 202a1b9284fd763e81340050d228103aef999675 (diff) | |
download | busybox-w32-522041ee7b10ac544b90c6a8d1d4fbf8a5d39c6d.tar.gz busybox-w32-522041ee7b10ac544b90c6a8d1d4fbf8a5d39c6d.tar.bz2 busybox-w32-522041ee7b10ac544b90c6a8d1d4fbf8a5d39c6d.zip |
regularize options which control size/speed trade
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/Config.src')
-rw-r--r-- | libbb/Config.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/Config.src b/libbb/Config.src index f6f88b9ce..f45e43b04 100644 --- a/libbb/Config.src +++ b/libbb/Config.src | |||
@@ -14,9 +14,9 @@ config PASSWORD_MINLEN | |||
14 | help | 14 | help |
15 | Minimum allowable password length. | 15 | Minimum allowable password length. |
16 | 16 | ||
17 | config MD5_SIZE_VS_SPEED | 17 | config MD5_SMALL |
18 | int "MD5: Trade bytes for speed (0:fast, 3:slow)" | 18 | int "MD5: Trade bytes for speed (0:fast, 3:slow)" |
19 | default 2 | 19 | default 1 |
20 | range 0 3 | 20 | range 0 3 |
21 | help | 21 | help |
22 | Trade binary size versus speed for the md5sum algorithm. | 22 | Trade binary size versus speed for the md5sum algorithm. |