From 009eb7d43d9582856c275ad3b16f7e3ff94209cc Mon Sep 17 00:00:00 2001 From: amelia squires Date: Wed, 16 Apr 2025 13:09:46 -0500 Subject: merge thingy --- src/hash/blake2.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/hash') diff --git a/src/hash/blake2.c b/src/hash/blake2.c index 5f38bba..adb1419 100644 --- a/src/hash/blake2.c +++ b/src/hash/blake2.c @@ -3,7 +3,6 @@ #include #include #include "../crypto.h" -#include "lua5.4/lua.h" void mix2b(uint64_t* a, uint64_t* b, uint64_t* c, uint64_t* d, int64_t x, int64_t y){ *a = *a + *b + x; -- cgit v1.2.3