Commit 64a3dbad authored by Michael Niedermayer's avatar Michael Niedermayer

avutil/ripemd:make const tables static const

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 0e98a133
......@@ -388,7 +388,7 @@ int main(void)
int i, j, k;
AVRIPEMD ctx;
unsigned char digest[40];
const int lengths[4] = { 128, 160, 256, 320 };
static const int lengths[4] = { 128, 160, 256, 320 };
for (j = 0; j < 4; j++) {
printf("Testing RIPEMD-%d\n", lengths[j]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment