--- a/sources/md5.cpp Thu Jul 23 00:16:47 2015 +0300 +++ b/sources/md5.cpp Thu Jul 23 01:52:04 2015 +0300 @@ -1,6 +1,7 @@ #include "md5.h" #include <stdio.h> #include <string.h> +BEGIN_ZFC_NAMESPACE /* * This code implements the MD5 message-digest algorithm. @@ -305,3 +306,4 @@ } } +END_ZFC_NAMESPACE \ No newline at end of file