From 43b0098731d2b4a3b0a3191e5eee0ffce7493c30 Mon Sep 17 00:00:00 2001 From: Tharre Date: Sat, 13 Jun 2015 14:34:55 +0200 Subject: Make sha1_to_hex static --- src/build.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build.c b/src/build.c index 5728155..e57e554 100644 --- a/src/build.c +++ b/src/build.c @@ -394,7 +394,7 @@ static unsigned char *hash_file(const char *target) { return hash; } -void sha1_to_hex(const unsigned char *sha1, char *buf) { +static void sha1_to_hex(const unsigned char *sha1, char *buf) { static const char hex[] = "0123456789abcdef"; for (int i = 0; i < 20; ++i) { -- cgit v1.2.3-70-g09d2