diff --git a/hash.h b/hash.h index 3b6cfe7..3f1db70 100644 --- a/hash.h +++ b/hash.h @@ -1,7 +1,3 @@ -#ifndef HASH_H -#define HASH_H - -#include /* * Based on * 1. OpenSSL lib @@ -12,6 +8,10 @@ * acetone, 2022 */ +#ifndef HASH_H +#define HASH_H + +#include #include using uint8_t = unsigned char;