summaryrefslogtreecommitdiff
path: root/src/utils/encryption.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/encryption.h')
-rw-r--r--src/utils/encryption.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/encryption.h b/src/utils/encryption.h
index 117f1680..656bffa7 100644
--- a/src/utils/encryption.h
+++ b/src/utils/encryption.h
@@ -19,8 +19,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _TMW_UTILS_ENCRYPTION_H
-#define _TMW_UTILS_ENCRYPTION_H
+#ifndef UTILS_ENCRYPTION_H
+#define UTILS_ENCRYPTION_H
#include <string>
@@ -34,4 +34,4 @@ std::string createRandomPassword();
}
-#endif // TMW_UTILS_ENCRYPTION_H
+#endif // UTILS_ENCRYPTION_H