You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sha1.c file includes stdio.h without seemingly using it for anyhing.
It doesn't make sense for a hash library to use stdio and having that
header included makes it harder to use the library in freestanding
environment.
Drop the include to make it easier to use the library in freestanding
projects.
Co-authored-by: Nikita Travkin <[email protected]>
0 commit comments