diff options
| author | ame <[email protected]> | 2024-02-22 10:17:40 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2024-02-22 10:17:40 -0600 |
| commit | 149d594012b32158cd5e29f484cf0274dde6af44 (patch) | |
| tree | f252e0c821a3c2cce56dd3180ea1c70fccd48d5a /src/hash/sha2-256.c | |
| parent | b38fb544a43f161006924c055e12b2a1d9cf63f5 (diff) | |
cleaning and switch to parray_t
Diffstat (limited to 'src/hash/sha2-256.c')
| -rw-r--r-- | src/hash/sha2-256.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash/sha2-256.c b/src/hash/sha2-256.c index 34afe63..e343825 100644 --- a/src/hash/sha2-256.c +++ b/src/hash/sha2-256.c @@ -1,4 +1,4 @@ -#include "../i_util.h" +#include "../util.h" #include "../crypto.h" #include <stdlib.h> #include <string.h> |
