Minor change to include guard in crypto.hpp
This commit is contained in:
parent
8ec36d19fd
commit
6cf3be082d
1 changed files with 3 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue