diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-06 23:24:20 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-06 23:24:20 +0200 |
commit | 7e7e08fb09fdc5769e0a3724757fc5ef313d4233 (patch) | |
tree | 990d5357e43a28c85821c95a82b9fa15a8424e75 /libbb | |
parent | 57dc5345e2f30eb990722be45449dcae1b15a1ad (diff) | |
download | busybox-w32-7e7e08fb09fdc5769e0a3724757fc5ef313d4233.tar.gz busybox-w32-7e7e08fb09fdc5769e0a3724757fc5ef313d4233.tar.bz2 busybox-w32-7e7e08fb09fdc5769e0a3724757fc5ef313d4233.zip |
tweak MD5 config text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Config.in b/libbb/Config.in index 9b616d1af..bdb6dfa90 100644 --- a/libbb/Config.in +++ b/libbb/Config.in | |||
@@ -13,7 +13,7 @@ config PASSWORD_MINLEN | |||
13 | Minimum allowable password length. | 13 | Minimum allowable password length. |
14 | 14 | ||
15 | config MD5_SIZE_VS_SPEED | 15 | config MD5_SIZE_VS_SPEED |
16 | int "MD5: Trade Bytes for Speed" | 16 | int "MD5: Trade bytes for speed (0:fast, 3:slow)" |
17 | default 2 | 17 | default 2 |
18 | range 0 3 | 18 | range 0 3 |
19 | help | 19 | help |