summaryrefslogtreecommitdiff
path: root/src/test/test_voting_flags.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/test_voting_flags.c')
-rw-r--r--src/test/test_voting_flags.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_voting_flags.c b/src/test/test_voting_flags.c
index 0c4cedb516..c4c4c7354e 100644
--- a/src/test/test_voting_flags.c
+++ b/src/test/test_voting_flags.c
@@ -35,7 +35,7 @@ setup_cfg(flag_vote_test_cfg_t *c)
strlcpy(c->expected.nickname, "testing100", sizeof(c->expected.nickname));
memset(c->ri.cache_info.identity_digest, 0xff, DIGEST_LEN);
- memset(c->ri.cache_info.signed_descriptor_digest, 0xee, DIGEST256_LEN);
+ memset(c->ri.cache_info.signed_descriptor_digest, 0xee, DIGEST_LEN);
c->ri.cache_info.published_on = c->now - 100;
c->expected.published_on = c->now - 100;