libbb/hash_sha.c -> libbb/hash_md5_sha.c

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
Denys Vlasenko 2010-10-18 13:47:47 +02:00
parent eb7fe6dbf5
commit b5aa1d95a1
2 changed files with 2 additions and 2 deletions

View File

@ -60,9 +60,9 @@ lib-y += login.o
lib-y += make_directory.o
lib-y += makedev.o
lib-y += match_fstype.o
# Alternative (disabled) implementation
lib-y += hash_md5_sha.o
# Alternative (disabled) MD5 implementation
#lib-y += hash_md5prime.o
lib-y += hash_sha.o
lib-y += messages.o
lib-y += mode_string.o
lib-y += obscure.o