diff options
| -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 | |||
