Fix #include guards to match project structure
All checks were successful
ChaosTest CI / build-and-test (push) Successful in 1m10s
All checks were successful
ChaosTest CI / build-and-test (push) Successful in 1m10s
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#ifndef CHAOS_CIPHER_ARC4CRYPT_HPP
|
#ifndef CHAOS_CIPHER_ARC4_ARC4CRYPT_HPP
|
||||||
#define CHAOS_CIPHER_ARC4CRYPT_HPP
|
#define CHAOS_CIPHER_ARC4_ARC4CRYPT_HPP
|
||||||
|
|
||||||
#include "Arc4Gen.hpp"
|
#include "Arc4Gen.hpp"
|
||||||
#include "Service/SeArray.hpp"
|
#include "Service/SeArray.hpp"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#ifndef CHAOS_CIPHER_ARC4GEN_HPP
|
#ifndef CHAOS_CIPHER_ARC4_ARC4GEN_HPP
|
||||||
#define CHAOS_CIPHER_ARC4GEN_HPP
|
#define CHAOS_CIPHER_ARC4_ARC4GEN_HPP
|
||||||
|
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#ifndef CHAOS_HASH_MD4HASHER_HPP
|
#ifndef CHAOS_HASH_MD4_HPP
|
||||||
#define CHAOS_HASH_MD4HASHER_HPP
|
#define CHAOS_HASH_MD4_HPP
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <array>
|
#include <array>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#ifndef CHAOS_HASH_MD5HASHER_HPP
|
#ifndef CHAOS_HASH_MD5_HPP
|
||||||
#define CHAOS_HASH_MD5HASHER_HPP
|
#define CHAOS_HASH_MD5_HPP
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <array>
|
#include <array>
|
||||||
|
|||||||
Reference in New Issue
Block a user