summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavutil/sha512.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/sha512.c b/libavutil/sha512.c
index 445480cce1..84136037db 100644
--- a/libavutil/sha512.c
+++ b/libavutil/sha512.c
@@ -285,7 +285,7 @@ int main(void)
int i, j, k;
AVSHA512 ctx;
unsigned char digest[64];
- const int lengths[4] = { 224, 256, 384, 512 };
+ static const int lengths[4] = { 224, 256, 384, 512 };
for (j = 0; j < 4; j++) {
if (j < 2) printf("Testing SHA-512/%d\n", lengths[j]);