From 6cf3be082d50aea240e1b21bf9021e0ff385e591 Mon Sep 17 00:00:00 2001 From: eidheim Date: Fri, 23 Jun 2017 07:14:22 +0200 Subject: [PATCH] Minor change to include guard in crypto.hpp --- crypto.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 */