2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 07:11:32 +00:00

make md5_steps static

This commit is contained in:
Holger Lubitz 2007-07-27 21:36:16 +02:00
parent 97aade0d1f
commit 29134e35dc

View File

@ -54,7 +54,7 @@ static u32 __md5step f4(u32 b, u32 c, u32 d)
return ( c ^ ( b | ~d ) );
}
struct md5_step md5_steps[4] = {
static struct md5_step md5_steps[4] = {
{
.f = f1,
.coefficient = 1,