aboutsummaryrefslogtreecommitdiff
path: root/libbb/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/Config.in')
-rw-r--r--libbb/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/Config.in b/libbb/Config.in
index c5406cbb9..92ee55cbc 100644
--- a/libbb/Config.in
+++ b/libbb/Config.in
@@ -5,14 +5,14 @@
5 5
6menu "Busybox Library Tuning" 6menu "Busybox Library Tuning"
7 7
8config CONFIG_PASSWORD_MINLEN 8config PASSWORD_MINLEN
9 int "Minimum password length" 9 int "Minimum password length"
10 default 6 10 default 6
11 range 5 32 11 range 5 32
12 help 12 help
13 Minimum allowable password length. 13 Minimum allowable password length.
14 14
15config CONFIG_MD5_SIZE_VS_SPEED 15config MD5_SIZE_VS_SPEED
16 int " MD5: Trade Bytes for Speed" 16 int " MD5: Trade Bytes for Speed"
17 default 2 17 default 2
18 range 0 3 18 range 0 3