No point leaving it static when rpm wants to use it for file
verification against the original package

Signed-off-by: Andy Green <[EMAIL PROTECTED]>

---
 coreutils/md5_sha1_sum.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: busybox-1.6.0.18773/coreutils/md5_sha1_sum.c
===================================================================
--- busybox-1.6.0.18773.orig/coreutils/md5_sha1_sum.c
+++ busybox-1.6.0.18773/coreutils/md5_sha1_sum.c
@@ -24,7 +24,7 @@ static unsigned char *hash_bin_to_hex(un
        return hex_value;
 }
 
-static uint8_t *hash_file(const char *filename, hash_algo_t hash_algo)
+uint8_t *hash_file(const char *filename, hash_algo_t hash_algo)
 {
        int src_fd, hash_len, count;
        union _ctx_ {

-- 
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to