From 8f0845cad7bfc46939132b33f9cd0753b261b953 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 18 Jul 2023 16:41:12 +0200 Subject: libbb: rename source files, no code changes Signed-off-by: Denys Vlasenko --- libbb/Kbuild.src | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libbb/Kbuild.src') diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src index 653025e56..c3b30003f 100644 --- a/libbb/Kbuild.src +++ b/libbb/Kbuild.src @@ -56,11 +56,11 @@ lib-y += login.o lib-y += make_directory.o lib-y += makedev.o lib-y += hash_md5_sha.o -lib-y += hash_md5_sha_x86-64.o -lib-y += hash_md5_sha_x86-64_shaNI.o -lib-y += hash_md5_sha_x86-32_shaNI.o -lib-y += hash_md5_sha256_x86-64_shaNI.o -lib-y += hash_md5_sha256_x86-32_shaNI.o +lib-y += hash_sha1_x86-64.o +lib-y += hash_sha1_hwaccel_x86-64.o +lib-y += hash_sha1_hwaccel_x86-32.o +lib-y += hash_sha256_hwaccel_x86-64.o +lib-y += hash_sha256_hwaccel_x86-32.o # Alternative (disabled) MD5 implementation #lib-y += hash_md5prime.o lib-y += messages.o -- cgit v1.2.3-55-g6feb