fixed graphics bug
[swftools.git] / lib / MD5.h
index 9d05cbb..cfe2b75 100644 (file)
--- a/lib/MD5.h
+++ b/lib/MD5.h
@@ -23,5 +23,6 @@
 
 #ifndef __MD5_h__
 #define __MD5_h__
+/* WARNING: crypt_md5 is not reentrant */
 char * crypt_md5(const char *pw, const char *salt);
 #endif