hush/include
Denis Vlasenko 4ea83bf562 uclibc insists on having 70k static buffer for crypt.
For bbox it's not acceptable. Roll our own des and md5 crypt
implementation. Against older uclibc:

   text    data     bss     dec     hex filename
 759945     604    6684  767233   bb501 busybox_old
 759766     604    6684  767054   bb44e busybox_unstripped

so, we still save on code size.
2008-06-12 16:55:59 +00:00
..
applets.h ash: optional printf builtin. +25 bytes if off, +35 if on. 2008-06-01 22:36:39 +00:00
busybox.h Use intra-DSO calls when we build libbusybox. No-op for normal build. 2008-05-09 17:59:34 +00:00
dump.h Use intra-DSO calls when we build libbusybox. No-op for normal build. 2008-05-09 17:59:34 +00:00
grp_.h move setgroups definition to libbb.h so that it no longer inadvertently 2008-05-25 04:31:54 +00:00
inet_common.h networking/interface.c: huke remaining big statics; use malloc for INET[6]_rresolve 2007-06-19 11:12:46 +00:00
libbb.h uclibc insists on having 70k static buffer for crypt. 2008-06-12 16:55:59 +00:00
platform.h udhcpc: shrink 2008-05-26 17:32:35 +00:00
pwd_.h Use intra-DSO calls when we build libbusybox. No-op for normal build. 2008-05-09 17:59:34 +00:00
rtc_.h Use intra-DSO calls when we build libbusybox. No-op for normal build. 2008-05-09 17:59:34 +00:00
shadow_.h Use intra-DSO calls when we build libbusybox. No-op for normal build. 2008-05-09 17:59:34 +00:00
unarchive.h Use intra-DSO calls when we build libbusybox. No-op for normal build. 2008-05-09 17:59:34 +00:00
usage.h mktemp: make default tempfile template shorter; 2008-06-08 20:40:33 +00:00
volume_id.h support for mount by label (not yet tested) 2008-02-18 21:08:49 +00:00
xatonum.h Use intra-DSO calls when we build libbusybox. No-op for normal build. 2008-05-09 17:59:34 +00:00
xregex.h Use intra-DSO calls when we build libbusybox. No-op for normal build. 2008-05-09 17:59:34 +00:00