diff options
Diffstat (limited to 'tests/check_arc.c')
-rw-r--r-- | tests/check_arc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check_arc.c b/tests/check_arc.c index a9bc2770..989a0a66 100644 --- a/tests/check_arc.c +++ b/tests/check_arc.c @@ -40,7 +40,7 @@ static void check_codec(int l) struct { - const unsigned char crypted[24]; + unsigned char crypted[24]; int len; char *decrypted; } decrypt_tests[] = { |