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
Gcc 11 gives a warning (which we make into an error) when the signature
of a function declared in the header file uses a type[N] parameter but
then the function is defined with just type[]. It needs to repeat type[N].
We fix several mistakes of this sort in one file, sha2.c.
Signed-off-by: Nadav Har'El <[email protected]>
Message-Id: <[email protected]>
0 commit comments