make pw_encrypt() return malloc'ed string.
authorDenis Vlasenko <vda.linux@googlemail.com>
Thu, 12 Jun 2008 16:56:52 +0000 (16:56 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Thu, 12 Jun 2008 16:56:52 +0000 (16:56 -0000)
commitfdddab0c61c55c25d4218d4370e2b16a7936a794
treebf93480018a52ab051189222248b6d04af98d7d4
parent4ea83bf562c44a6792e7c77e7d87cba91f86f763
make pw_encrypt() return malloc'ed string.

   text    data     bss     dec     hex filename
 759802     604    6684  767090   bb472 busybox_old
 759804     604    6676  767084   bb46c busybox_unstripped
include/libbb.h
libbb/correct_password.c
libbb/pw_encrypt.c
loginutils/chpasswd.c
loginutils/passwd.c
loginutils/sulogin.c
networking/httpd.c