diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-06-15 19:02:31 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-06-15 19:02:31 +0000 |
commit | f54a088429a382b48d34529e228e4900879ce826 (patch) | |
tree | b363094255892d59622e97beb56c00b1ad31fc5e | |
parent | b4c5bf615e0cd0da41222b853627ce2c893cba5c (diff) | |
download | busybox-w32-f54a088429a382b48d34529e228e4900879ce826.tar.gz busybox-w32-f54a088429a382b48d34529e228e4900879ce826.tar.bz2 busybox-w32-f54a088429a382b48d34529e228e4900879ce826.zip |
- fix copy'n paste error.
thanks, vda! :)
-rw-r--r-- | loginutils/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in index e39fb6f79..89b2b1098 100644 --- a/loginutils/Config.in +++ b/loginutils/Config.in | |||
@@ -61,12 +61,12 @@ config USE_BB_CRYPT | |||
61 | bool "Use internal DES and MD5 crypt functions rather than system functions" | 61 | bool "Use internal DES and MD5 crypt functions rather than system functions" |
62 | default y | 62 | default y |
63 | help | 63 | help |
64 | If you leave this disabled, busybox will use the system's password | 64 | If you leave this disabled, busybox will use the system's |
65 | and group functions. Most C libraries use large (~70k) | 65 | crypt functions. Most C libraries use large (~70k) |
66 | static buffers in these functions, and also combine them | 66 | static buffers in these functions, and also combine them |
67 | with more general DES encryption/decryption routines. | 67 | with more general DES encryption/decryption routines. |
68 | For busybox, having large static buffers is undesirable, | 68 | For busybox, having large static buffers is undesirable, |
69 | especially so on NOMMU machines. | 69 | especially on NOMMU machines. |
70 | 70 | ||
71 | These functions produce results which are identical | 71 | These functions produce results which are identical |
72 | to corresponding C library functions. | 72 | to corresponding C library functions. |