sources/md5.cpp

branch
protocol5
changeset 106
7b156b764d11
parent 88
08ccaf26cffd
child 182
20ca0a6be175
--- 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

mercurial