From 149d594012b32158cd5e29f484cf0274dde6af44 Mon Sep 17 00:00:00 2001 From: ame Date: Thu, 22 Feb 2024 10:17:40 -0600 Subject: cleaning and switch to parray_t --- src/crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crypto.h') diff --git a/src/crypto.h b/src/crypto.h index 564ea58..e0a29b0 100644 --- a/src/crypto.h +++ b/src/crypto.h @@ -1,5 +1,5 @@ #include "lua.h" -#include "i_util.h" +#include "util.h" #include "hash/md5.h" #include "hash/sha01.h" #include "hash/sha2xx.h" -- cgit v1.2.3