diff options
Diffstat (limited to 'libbb/pw_encrypt.c')
-rw-r--r-- | libbb/pw_encrypt.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libbb/pw_encrypt.c b/libbb/pw_encrypt.c index c1e927e23..73631865c 100644 --- a/libbb/pw_encrypt.c +++ b/libbb/pw_encrypt.c | |||
@@ -14,10 +14,6 @@ | |||
14 | /* | 14 | /* |
15 | * DES and MD5 crypt implementations are taken from uclibc. | 15 | * DES and MD5 crypt implementations are taken from uclibc. |
16 | * They were modified to not use static buffers. | 16 | * They were modified to not use static buffers. |
17 | * Comparison with uclibc (before uclibc had 70k staic buffers reinstated): | ||
18 | * text data bss dec hex filename | ||
19 | * 759909 604 6684 767197 bb4dd busybox_old | ||
20 | * 759579 604 6684 766867 bb393 busybox_unstripped | ||
21 | */ | 17 | */ |
22 | /* Common for them */ | 18 | /* Common for them */ |
23 | static const uint8_t ascii64[] = "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; | 19 | static const uint8_t ascii64[] = "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; |