diff options
author | Denys Vlasenko | 2010-10-18 13:46:07 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-10-18 13:46:07 +0200 |
commit | eb7fe6dbf5bc93a229379a8047539dd8b90e0974 (patch) | |
tree | 6db33ebe65bea558e10315cf93771a5024a2aaed /libbb/Kbuild.src | |
parent | e08ef581af510312dacba40e78a6af7ca36ffbc5 (diff) | |
download | busybox-eb7fe6dbf5bc93a229379a8047539dd8b90e0974.zip busybox-eb7fe6dbf5bc93a229379a8047539dd8b90e0974.tar.gz |
libbb: move md5 and shaN into a common source file. no code changes
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'libbb/Kbuild.src')
-rw-r--r-- | libbb/Kbuild.src | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src index 0955d73..5b3be41 100644 --- a/libbb/Kbuild.src +++ b/libbb/Kbuild.src @@ -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 |