diff options
Diffstat (limited to 'tests/hash.c')
| -rw-r--r-- | tests/hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hash.c b/tests/hash.c index 652b4fd..ebb39a0 100644 --- a/tests/hash.c +++ b/tests/hash.c @@ -13,7 +13,7 @@ test_HASH_OUTPUT_LENGTH(void) { { testing("Enforce we're always consistent with SipHash"); - assert(HASH_OUTPUT_LENGTH == SIPHASH_OUTPUT_LENGTH); + assert(HASH_OUTPUT_LENGTH == SIPHASHBS_OUTPUT_LENGTH); test_ok(); } |
