util: mark externally-unused functions as static
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Sun, 21 May 2023 15:08:54 +0000 (17:08 +0200)
committerMarge Bot <emma+marge@anholt.net>
Tue, 23 May 2023 20:32:19 +0000 (20:32 +0000)
commite44911827e18256a732081be5b103717fbb4f80b
treee7f8014fa9169ce00a9effed8f7442ed0f6d1c2b
parent799665c9baa169ee6979bb4d4545029ada10ac8e
util: mark externally-unused functions as static

These functions aren't used outside of sha1.c, so let's remove the
prototypes from the header-file, and mark the definitions as static.

Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23163>
src/util/sha1/sha1.c
src/util/sha1/sha1.h