diff options
author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-10-18 13:46:07 +0200 |
---|---|---|
committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-10-18 13:46:07 +0200 |
commit | eb7fe6dbf5bc93a229379a8047539dd8b90e0974 (patch) | |
tree | 6db33ebe65bea558e10315cf93771a5024a2aaed /libbb/Kbuild.src | |
parent | e08ef581af510312dacba40e78a6af7ca36ffbc5 (diff) | |
download | busybox-w32-eb7fe6dbf5bc93a229379a8047539dd8b90e0974.tar.gz busybox-w32-eb7fe6dbf5bc93a229379a8047539dd8b90e0974.tar.bz2 busybox-w32-eb7fe6dbf5bc93a229379a8047539dd8b90e0974.zip |
libbb: move md5 and shaN into a common source file. no code changes
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'libbb/Kbuild.src')
-rw-r--r-- | libbb/Kbuild.src | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src index 0955d73e1..5b3be413b 100644 --- a/libbb/Kbuild.src +++ b/libbb/Kbuild.src | |||
@@ -60,7 +60,6 @@ lib-y += login.o | |||
60 | lib-y += make_directory.o | 60 | lib-y += make_directory.o |
61 | lib-y += makedev.o | 61 | lib-y += makedev.o |
62 | lib-y += match_fstype.o | 62 | lib-y += match_fstype.o |
63 | lib-y += hash_md5.o | ||
64 | # Alternative (disabled) implementation | 63 | # Alternative (disabled) implementation |
65 | #lib-y += hash_md5prime.o | 64 | #lib-y += hash_md5prime.o |
66 | lib-y += hash_sha.o | 65 | lib-y += hash_sha.o |