aboutsummaryrefslogtreecommitdiffstats
path: root/src/crypto/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/md5.c')
-rw-r--r--src/crypto/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/md5.c b/src/crypto/md5.c
index 09378e20f..1fed24fcd 100644
--- a/src/crypto/md5.c
+++ b/src/crypto/md5.c
@@ -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,