whitespace and comment fixes, no code changes
[oweals/busybox.git] / libbb / pw_encrypt.c
index c1e927e2373ee027860bd206a6fa2404a6ad7344..73631865c6ad79e8ceee0a062ac5f3a8a85a6bd8 100644 (file)
 /*
  * 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";