regularize options which control size/speed trade
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -14,9 +14,9 @@ config PASSWORD_MINLEN
|
||||
help
|
||||
Minimum allowable password length.
|
||||
|
||||
config MD5_SIZE_VS_SPEED
|
||||
config MD5_SMALL
|
||||
int "MD5: Trade bytes for speed (0:fast, 3:slow)"
|
||||
default 2
|
||||
default 1
|
||||
range 0 3
|
||||
help
|
||||
Trade binary size versus speed for the md5sum algorithm.
|
||||
|
Reference in New Issue
Block a user