diff options
author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-10-18 13:47:47 +0200 |
---|---|---|
committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-10-18 13:47:47 +0200 |
commit | b5aa1d95a158683d936ea41eed0513aa20ed2e74 (patch) | |
tree | cfb04f3c13e5f2fef0778af7199efcca29b7a0e9 /libbb/Kbuild.src | |
parent | eb7fe6dbf5bc93a229379a8047539dd8b90e0974 (diff) | |
download | busybox-w32-b5aa1d95a158683d936ea41eed0513aa20ed2e74.tar.gz busybox-w32-b5aa1d95a158683d936ea41eed0513aa20ed2e74.tar.bz2 busybox-w32-b5aa1d95a158683d936ea41eed0513aa20ed2e74.zip |
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.src | 4 |
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 | |||
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 | # Alternative (disabled) implementation | 63 | lib-y += hash_md5_sha.o |
64 | # Alternative (disabled) MD5 implementation | ||
64 | #lib-y += hash_md5prime.o | 65 | #lib-y += hash_md5prime.o |
65 | lib-y += hash_sha.o | ||
66 | lib-y += messages.o | 66 | lib-y += messages.o |
67 | lib-y += mode_string.o | 67 | lib-y += mode_string.o |
68 | lib-y += obscure.o | 68 | lib-y += obscure.o |