summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libalpm/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/md5.c b/lib/libalpm/md5.c
index 413af3f3..767e1665 100644
--- a/lib/libalpm/md5.c
+++ b/lib/libalpm/md5.c
@@ -248,7 +248,7 @@ static inline void md5_update( md5_context *ctx, unsigned char *input, int ilen
}
}
-static const unsigned char md5_padding[64] =
+static unsigned char md5_padding[64] =
{
0x80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,