summaryrefslogtreecommitdiff
path: root/libavutil/xtea-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/xtea-test.c')
-rw-r--r--libavutil/xtea-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/xtea-test.c b/libavutil/xtea-test.c
index f81cfdc3e8..98445760eb 100644
--- a/libavutil/xtea-test.c
+++ b/libavutil/xtea-test.c
@@ -83,7 +83,7 @@ int main(void)
AVXTEA ctx;
uint8_t buf[16], iv[8];
int i, j;
- const uint8_t src[32] = "HelloWorldHelloWorldHelloWorld";
+ static const uint8_t src[32] = "HelloWorldHelloWorldHelloWorld";
uint8_t ct[32];
uint8_t pl[32];