--- a/sources/md5.cpp Sat Jan 09 02:35:00 2016 +0200 +++ b/sources/md5.cpp Sat Jan 09 17:41:21 2016 +0200 @@ -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