diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-11 01:38:04 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-11 01:38:04 +0000 |
commit | e9b9a19ad30e004b3532105af417e43575ce7779 (patch) | |
tree | 149fe884916ee0be75e384fbcbb908695499c8d7 /libbb/Kbuild | |
parent | 6f05874b9dc4623512878566d144b0905700525d (diff) | |
download | busybox-w32-e9b9a19ad30e004b3532105af417e43575ce7779.tar.gz busybox-w32-e9b9a19ad30e004b3532105af417e43575ce7779.tar.bz2 busybox-w32-e9b9a19ad30e004b3532105af417e43575ce7779.zip |
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
Diffstat (limited to 'libbb/Kbuild')
-rw-r--r-- | libbb/Kbuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbb/Kbuild b/libbb/Kbuild index 786cbee80..b82f03c56 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild | |||
@@ -58,6 +58,8 @@ lib-y += make_directory.o | |||
58 | lib-y += makedev.o | 58 | lib-y += makedev.o |
59 | lib-y += match_fstype.o | 59 | lib-y += match_fstype.o |
60 | lib-y += md5.o | 60 | lib-y += md5.o |
61 | # Alternative (disabled) implementation | ||
62 | #lib-y += md5prime.o | ||
61 | lib-y += messages.o | 63 | lib-y += messages.o |
62 | lib-y += mode_string.o | 64 | lib-y += mode_string.o |
63 | lib-y += mtab_file.o | 65 | lib-y += mtab_file.o |