diff --git a/crypto.hpp b/crypto.hpp index 41910cf..8421c42 100644 --- a/crypto.hpp +++ b/crypto.hpp @@ -1,5 +1,5 @@ -#ifndef SIMPLE_WEB_SERVER_CRYPTO_HPP -#define SIMPLE_WEB_SERVER_CRYPTO_HPP +#ifndef SIMPLE_WEB_CRYPTO_HPP +#define SIMPLE_WEB_CRYPTO_HPP #include #include @@ -216,4 +216,4 @@ namespace SimpleWeb { } }; } -#endif /* SIMPLE_WEB_SERVER_CRYPTO_HPP */ +#endif /* SIMPLE_WEB_CRYPTO_HPP */