summaryrefslogtreecommitdiffstats
path: root/src/tests/hash_df_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/hash_df_test.c')
-rw-r--r--src/tests/hash_df_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/hash_df_test.c b/src/tests/hash_df_test.c
index 0fb28492b..ccbc86ea0 100644
--- a/src/tests/hash_df_test.c
+++ b/src/tests/hash_df_test.c
@@ -71,7 +71,7 @@ struct hash_df_test {
#define HASH_DF_TEST( name, hash_algorithm, input_array, expected_array ) \
static const uint8_t name ## _input [] = input_array; \
static const uint8_t name ## _expected [] = expected_array; \
- static const struct hash_df_test name = { \
+ static struct hash_df_test name = { \
.hash = &(hash_algorithm), \
.input = name ## _input, \
.input_len = sizeof ( name ## _input ), \