From e2f983e1d1bb38fb44463b5485cbdcf8795c712c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 6 Jun 2024 07:54:48 -0300 Subject: src/hash.c: Update to correct latest siphashbs names --- tests/hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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(); } -- cgit v1.2.3