libbb: move crypt_make_salt() to pw_encrypt.c, reuse
authorDenis Vlasenko <vda.linux@googlemail.com>
Sun, 7 Dec 2008 01:16:34 +0000 (01:16 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sun, 7 Dec 2008 01:16:34 +0000 (01:16 -0000)
commitd1a84a2880073f6cc5e2f9f4e5f236cd110f01a0
tree8e5b81c863ef3b91870812e822fecc3d97b0aff7
parentdb12d1d733ab7de0c5f4cda261eb79fd334a4ed9
libbb: move crypt_make_salt() to pw_encrypt.c, reuse
bin-to-ascii64 conversion which does not require an array.

function                                             old     new   delta
to64                                                  29      33      +4
to64_msb_first                                        63      62      -1
ascii64                                               65       -     -65
libbb/Kbuild
libbb/crypt_make_salt.c [deleted file]
libbb/pw_encrypt.c
libbb/pw_encrypt_des.c