summaryrefslogtreecommitdiff
path: root/src/generic/md5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/generic/md5.cpp')
-rw-r--r--src/generic/md5.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/generic/md5.cpp b/src/generic/md5.cpp
index 38a605c..771ad0f 100644
--- a/src/generic/md5.cpp
+++ b/src/generic/md5.cpp
@@ -24,6 +24,9 @@
#include "../poison.hpp"
+
+namespace tmwa
+{
// auxilary data
/*
sin() constant table
@@ -245,3 +248,4 @@ MD5_state MD5_from_string(XString msg)
}
return state;
}
+} // namespace tmwa