diff options
author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-10-18 10:38:18 +0200 |
---|---|---|
committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-10-18 10:38:18 +0200 |
commit | 06f719fd79fe15ce6fd5431bc58fcb22851de24d (patch) | |
tree | 2fc468c9a73e7a83440bbff24fb636a671ccb1cd /libbb/Kbuild.src | |
parent | 5fe2f863b9cee5ab0e7ac873538bce48846dbad8 (diff) | |
download | busybox-w32-06f719fd79fe15ce6fd5431bc58fcb22851de24d.tar.gz busybox-w32-06f719fd79fe15ce6fd5431bc58fcb22851de24d.tar.bz2 busybox-w32-06f719fd79fe15ce6fd5431bc58fcb22851de24d.zip |
libbb: rename hash source files. no code changes
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'libbb/Kbuild.src')
-rw-r--r-- | libbb/Kbuild.src | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src index b02fcfe74..0fd730247 100644 --- a/libbb/Kbuild.src +++ b/libbb/Kbuild.src | |||
@@ -59,9 +59,10 @@ lib-y += login.o | |||
59 | lib-y += make_directory.o | 59 | lib-y += make_directory.o |
60 | lib-y += makedev.o | 60 | lib-y += makedev.o |
61 | lib-y += match_fstype.o | 61 | lib-y += match_fstype.o |
62 | lib-y += md5.o | 62 | lib-y += hash_md5.o |
63 | # Alternative (disabled) implementation | 63 | # Alternative (disabled) implementation |
64 | #lib-y += md5prime.o | 64 | #lib-y += hash_md5prime.o |
65 | lib-y += hash_sha.o | ||
65 | lib-y += messages.o | 66 | lib-y += messages.o |
66 | lib-y += mode_string.o | 67 | lib-y += mode_string.o |
67 | lib-y += obscure.o | 68 | lib-y += obscure.o |
@@ -90,7 +91,6 @@ lib-y += safe_poll.o | |||
90 | lib-y += safe_strncpy.o | 91 | lib-y += safe_strncpy.o |
91 | lib-y += safe_write.o | 92 | lib-y += safe_write.o |
92 | lib-y += setup_environment.o | 93 | lib-y += setup_environment.o |
93 | lib-y += sha1.o | ||
94 | lib-y += signals.o | 94 | lib-y += signals.o |
95 | lib-y += simplify_path.o | 95 | lib-y += simplify_path.o |
96 | lib-y += single_argv.o | 96 | lib-y += single_argv.o |