fixed drawlink() ruby callback
[swftools.git] / lib / MD5.h
index ad54fe1..e560700 100644 (file)
--- a/lib/MD5.h
+++ b/lib/MD5.h
@@ -26,7 +26,7 @@
 char * crypt_md5(const char *pw, const char *salt);
 void hash_md5(const unsigned char*buf, int len, unsigned char*dest); //dest needs to be 16 bytes wide
 
-void* init_md5();
+void* initialize_md5();
 void update_md5(void*ctx, unsigned char*data, int len);
 void finish_md5(void*ctx, unsigned char*dest);
 #endif