libbb: move md5 and shaN into a common source file. no code changes

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
Denys Vlasenko
2010-10-18 13:46:07 +02:00
parent e08ef581af
commit eb7fe6dbf5
3 changed files with 451 additions and 450 deletions

View File

@@ -60,7 +60,6 @@ lib-y += login.o
lib-y += make_directory.o
lib-y += makedev.o
lib-y += match_fstype.o
lib-y += hash_md5.o
# Alternative (disabled) implementation
#lib-y += hash_md5prime.o
lib-y += hash_sha.o