Minor change to include guard in crypto.hpp

This commit is contained in:
eidheim 2017-06-23 07:14:22 +02:00
commit 6cf3be082d

View file

@ -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 <string>
#include <cmath>
@ -216,4 +216,4 @@ namespace SimpleWeb {
}
};
}
#endif /* SIMPLE_WEB_SERVER_CRYPTO_HPP */
#endif /* SIMPLE_WEB_CRYPTO_HPP */