whitespace and comment fixes, no code changes
This commit is contained in:
parent
57c899e4c2
commit
f45c4f41b7
@ -14,10 +14,6 @@
|
||||
/*
|
||||
* DES and MD5 crypt implementations are taken from uclibc.
|
||||
* They were modified to not use static buffers.
|
||||
* Comparison with uclibc (before uclibc had 70k staic buffers reinstated):
|
||||
* text data bss dec hex filename
|
||||
* 759909 604 6684 767197 bb4dd busybox_old
|
||||
* 759579 604 6684 766867 bb393 busybox_unstripped
|
||||
*/
|
||||
/* Common for them */
|
||||
static const uint8_t ascii64[] = "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
|
||||
|
@ -71,8 +71,8 @@ config USE_BB_CRYPT
|
||||
DES encryption/decryption.
|
||||
|
||||
For busybox, having large static buffers is undesirable,
|
||||
especially on NOMMU machines. Busybox also doesn't
|
||||
need DES encryption/decryption and can do with smaller code.
|
||||
especially on NOMMU machines. Busybox also doesn't need
|
||||
DES encryption/decryption and can do with smaller code.
|
||||
|
||||
If you enable this option, it will add about 4.8k of code
|
||||
if you are building dynamically linked executable.
|
||||
|
Loading…
Reference in New Issue
Block a user