aboutsummaryrefslogtreecommitdiff
path: root/structs.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-04-14 21:58:49 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-04-14 21:58:49 -0400
commit4c5dc9443e818d020fcb95144a944c98e7d46055 (patch)
tree880757d71e6fd084e1cb0d6c92d7a4936bcbd90c /structs.c
parentc8e2f0faad925d7d5bcc6ebcb7b0c306c9e663e5 (diff)
Rename SSS_HASH_VECTOR -> TOMO
Diffstat (limited to 'structs.c')
-rw-r--r--structs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.c b/structs.c
index 1a6259e3..d222310e 100644
--- a/structs.c
+++ b/structs.c
@@ -103,7 +103,7 @@ static CORD compile_hash_method(env_t *env, ast_t *ast)
}
hash_func = CORD_all(hash_func, "};\n"
"uint32_t hash;\n"
- "halfsiphash(&field_hashes, sizeof(field_hashes), SSS_HASH_VECTOR, (uint8_t*)&hash, sizeof(hash));\n"
+ "halfsiphash(&field_hashes, sizeof(field_hashes), TOMO_HASH_VECTOR, (uint8_t*)&hash, sizeof(hash));\n"
"return hash;\n}\n");
return hash_func;
}