diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2011-01-04 19:52:04 +0700 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2011-01-04 19:52:04 +0700 |
commit | 9fab97cbb70312170739e29a5fbbbe072f07bb78 (patch) | |
tree | 96f2f91a6eba087266775f25d27e435eedf1ca54 | |
parent | a0c649140c14dcf004f04737c4c3e438ca371c0a (diff) | |
parent | b5aa1d95a158683d936ea41eed0513aa20ed2e74 (diff) | |
download | busybox-w32-9fab97cbb70312170739e29a5fbbbe072f07bb78.tar.gz busybox-w32-9fab97cbb70312170739e29a5fbbbe072f07bb78.tar.bz2 busybox-w32-9fab97cbb70312170739e29a5fbbbe072f07bb78.zip |
Merge commit 'b5aa1d95a158683d936ea41eed0513aa20ed2e74'
Conflicts:
libbb/Kbuild.src
-rw-r--r-- | libbb/Kbuild.src | 4 | ||||
-rw-r--r-- | libbb/hash_md5_sha.c (renamed from libbb/hash_sha.c) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src index 9597bcbd3..e3866e456 100644 --- a/libbb/Kbuild.src +++ b/libbb/Kbuild.src | |||
@@ -53,9 +53,9 @@ lib-y += last_char_is.o | |||
53 | lib-y += lineedit.o lineedit_ptr_hack.o | 53 | lib-y += lineedit.o lineedit_ptr_hack.o |
54 | lib-y += llist.o | 54 | lib-y += llist.o |
55 | lib-y += make_directory.o | 55 | lib-y += make_directory.o |
56 | # Alternative (disabled) implementation | 56 | lib-y += hash_md5_sha.o |
57 | # Alternative (disabled) MD5 implementation | ||
57 | #lib-y += hash_md5prime.o | 58 | #lib-y += hash_md5prime.o |
58 | lib-y += hash_sha.o | ||
59 | lib-y += messages.o | 59 | lib-y += messages.o |
60 | lib-y += mode_string.o | 60 | lib-y += mode_string.o |
61 | lib-y += obscure.o | 61 | lib-y += obscure.o |
diff --git a/libbb/hash_sha.c b/libbb/hash_md5_sha.c index 3e708ef7e..3e708ef7e 100644 --- a/libbb/hash_sha.c +++ b/libbb/hash_md5_sha.c | |||