svn commit: trunk/busybox: include libbb

vda at busybox.net vda at busybox.net
Tue Nov 11 01:38:05 UTC 2008


Author: vda
Date: 2008-11-10 17:38:04 -0800 (Mon, 10 Nov 2008)
New Revision: 23994

Log:
libbb: disable a second md5 implementation which managed to creep in :)

function                                             old     new   delta
sha512_end                                           239     237      -2
sha256_end                                           162     160      -2
sha1_end                                             191     189      -2
md5_end                                              168     166      -2
__md5__magic                                           4       -      -4
md5_crypt                                            627     621      -6
static.S                                              16       -     -16
__md5_Init                                            42       -     -42
static.P                                              64       -     -64
__md5_Final                                          131       -    -131
__md5_Update                                         153       -    -153
static.C                                             268      12    -256
__md5_Transform                                      293       -    -293
------------------------------------------------------------------------------
(add/remove: 0/7 grow/shrink: 0/6 up/down: 0/-973)           Total: -973 bytes



Added:
   trunk/busybox/libbb/md5prime.c

Modified:
   trunk/busybox/include/libbb.h
   trunk/busybox/libbb/Kbuild
   trunk/busybox/libbb/md5.c
   trunk/busybox/libbb/pw_encrypt_md5.c
   trunk/busybox/libbb/sha1.c


Changeset:

Sorry, the patch is too large to include (1855 lines).
Please use ViewCVS to see it!

http://busybox.net/cgi-bin/viewcvs.cgi?view=rev&root=svn&rev=23994



More information about the busybox-cvs mailing list