- fix copy'n paste error.
thanks, vda! :)
This commit is contained in:
parent
b4c5bf615e
commit
f54a088429
@ -61,12 +61,12 @@ config USE_BB_CRYPT
|
|||||||
bool "Use internal DES and MD5 crypt functions rather than system functions"
|
bool "Use internal DES and MD5 crypt functions rather than system functions"
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
If you leave this disabled, busybox will use the system's password
|
If you leave this disabled, busybox will use the system's
|
||||||
and group functions. Most C libraries use large (~70k)
|
crypt functions. Most C libraries use large (~70k)
|
||||||
static buffers in these functions, and also combine them
|
static buffers in these functions, and also combine them
|
||||||
with more general DES encryption/decryption routines.
|
with more general DES encryption/decryption routines.
|
||||||
For busybox, having large static buffers is undesirable,
|
For busybox, having large static buffers is undesirable,
|
||||||
especially so on NOMMU machines.
|
especially on NOMMU machines.
|
||||||
|
|
||||||
These functions produce results which are identical
|
These functions produce results which are identical
|
||||||
to corresponding C library functions.
|
to corresponding C library functions.
|
||||||
|
Loading…
Reference in New Issue
Block a user