From 1ddf874483ed2ce307832a16e6b65879e4161c59 Mon Sep 17 00:00:00 2001 From: acetone Date: Sat, 18 Jun 2022 13:16:40 -0400 Subject: [PATCH] banner to up --- hash.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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;