Skip to content

util: mark externally-unused functions as static

Erik Faye-Lund requested to merge kusma/mesa:sha1-static into main

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.

Just a small clean-up, inspired by reading !23151 (closed)...

Merge request reports