aboutsummaryrefslogtreecommitdiff
path: root/libbb/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/Config.in')
-rw-r--r--libbb/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/libbb/Config.in b/libbb/Config.in
index 3ddb7d96c..c5406cbb9 100644
--- a/libbb/Config.in
+++ b/libbb/Config.in
@@ -5,6 +5,13 @@
menu "Busybox Library Tuning"
+config CONFIG_PASSWORD_MINLEN
+ int "Minimum password length"
+ default 6
+ range 5 32
+ help
+ Minimum allowable password length.
+
config CONFIG_MD5_SIZE_VS_SPEED
int " MD5: Trade Bytes for Speed"
default 2