aboutsummaryrefslogtreecommitdiff
path: root/libbb/Kbuild.src
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-10-18 13:47:47 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2010-10-18 13:47:47 +0200
commitb5aa1d95a158683d936ea41eed0513aa20ed2e74 (patch)
treecfb04f3c13e5f2fef0778af7199efcca29b7a0e9 /libbb/Kbuild.src
parenteb7fe6dbf5bc93a229379a8047539dd8b90e0974 (diff)
downloadbusybox-b5aa1d95a158683d936ea41eed0513aa20ed2e74.tar.gz
libbb/hash_sha.c -> libbb/hash_md5_sha.c
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'libbb/Kbuild.src')
-rw-r--r--libbb/Kbuild.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src
index 5b3be413b..806cace28 100644
--- a/libbb/Kbuild.src
+++ b/libbb/Kbuild.src
@@ -60,9 +60,9 @@ lib-y += login.o
lib-y += make_directory.o
lib-y += makedev.o
lib-y += match_fstype.o
-# Alternative (disabled) implementation
+lib-y += hash_md5_sha.o
+# Alternative (disabled) MD5 implementation
#lib-y += hash_md5prime.o
-lib-y += hash_sha.o
lib-y += messages.o
lib-y += mode_string.o
lib-y += obscure.o