Fixes so "make allnoconfig" works again.
[oweals/busybox.git] / libbb / hash_fd.c
index e37ac549a82bbe570531ab3bb918482f9426e775..5f12259b3d6482161b6049fb86eebeaa6c57beb3 100644 (file)
@@ -197,7 +197,7 @@ static uint32_t mask[4] = { 0x00000000, 0xff000000, 0xffff0000, 0xffffff00 };
 static uint32_t bits[4] = { 0x80000000, 0x00800000, 0x00008000, 0x00000080 };
 # endif /* __BYTE_ORDER */
 
-void sha1_end(unsigned char hval[], struct sha1_ctx_t *ctx)
+static void sha1_end(unsigned char hval[], struct sha1_ctx_t *ctx)
 {
        uint32_t i, cnt = (uint32_t) (ctx->count[0] & SHA1_MASK);