mirror of
https://github.com/ipxe/ipxe
synced 2026-02-28 03:11:18 +03:00
make md5_steps static
This commit is contained in:
@@ -54,7 +54,7 @@ static u32 __md5step f4(u32 b, u32 c, u32 d)
|
|||||||
return ( c ^ ( b | ~d ) );
|
return ( c ^ ( b | ~d ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
struct md5_step md5_steps[4] = {
|
static struct md5_step md5_steps[4] = {
|
||||||
{
|
{
|
||||||
.f = f1,
|
.f = f1,
|
||||||
.coefficient = 1,
|
.coefficient = 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user