aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libbb/Kbuild.src4
-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
53lib-y += lineedit.o lineedit_ptr_hack.o 53lib-y += lineedit.o lineedit_ptr_hack.o
54lib-y += llist.o 54lib-y += llist.o
55lib-y += make_directory.o 55lib-y += make_directory.o
56# Alternative (disabled) implementation 56lib-y += hash_md5_sha.o
57# Alternative (disabled) MD5 implementation
57#lib-y += hash_md5prime.o 58#lib-y += hash_md5prime.o
58lib-y += hash_sha.o
59lib-y += messages.o 59lib-y += messages.o
60lib-y += mode_string.o 60lib-y += mode_string.o
61lib-y += obscure.o 61lib-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