summaryrefslogtreecommitdiff
path: root/src/mmo/md5more.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mmo/md5more.cpp')
-rw-r--r--src/mmo/md5more.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mmo/md5more.cpp b/src/mmo/md5more.cpp
index 96b12a7..4e5d2da 100644
--- a/src/mmo/md5more.cpp
+++ b/src/mmo/md5more.cpp
@@ -35,6 +35,9 @@
#include "../poison.hpp"
+
+namespace tmwa
+{
#define X block.data
// TODO - refactor MD5 into a stream, and merge the implementations
@@ -153,3 +156,4 @@ IP4Address MD5_ip(IP4Address ip)
static_cast<uint8_t>(obuf[6] ^ obuf[7] ^ obuf[14] ^ obuf[15]),
});
}
+} // namespace tmwa