libbb: rename hash source files. no code changes
authorDenys Vlasenko <dvlasenk@redhat.com>
Mon, 18 Oct 2010 08:38:18 +0000 (10:38 +0200)
committerDenys Vlasenko <dvlasenk@redhat.com>
Mon, 18 Oct 2010 08:38:18 +0000 (10:38 +0200)
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
libbb/Kbuild.src
libbb/hash_md5.c [moved from libbb/md5.c with 100% similarity]
libbb/hash_md5prime.c [moved from libbb/md5prime.c with 100% similarity]
libbb/hash_sha.c [moved from libbb/sha1.c with 100% similarity]

index b02fcfe..0fd7302 100644 (file)
@@ -59,9 +59,10 @@ lib-y += login.o
 lib-y += make_directory.o
 lib-y += makedev.o
 lib-y += match_fstype.o
-lib-y += md5.o
+lib-y += hash_md5.o
 # Alternative (disabled) implementation
-#lib-y += md5prime.o
+#lib-y += hash_md5prime.o
+lib-y += hash_sha.o
 lib-y += messages.o
 lib-y += mode_string.o
 lib-y += obscure.o
@@ -90,7 +91,6 @@ lib-y += safe_poll.o
 lib-y += safe_strncpy.o
 lib-y += safe_write.o
 lib-y += setup_environment.o
-lib-y += sha1.o
 lib-y += signals.o
 lib-y += simplify_path.o
 lib-y += single_argv.o
similarity index 100%
rename from libbb/md5.c
rename to libbb/hash_md5.c
similarity index 100%
rename from libbb/md5prime.c
rename to libbb/hash_md5prime.c
similarity index 100%
rename from libbb/sha1.c
rename to libbb/hash_sha.c