]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/md5.h
Add an underscore to the MD5 routine names so they can more
[ppp.git] / pppd / md5.h
index 57908dd44ccac06be22bd0924008016aa020b665..f7a0c9641834ed878a732ac83f2a8dca77ae824a 100644 (file)
@@ -57,9 +57,9 @@ typedef struct {
   unsigned char digest[16];     /* actual digest after MD5Final call */
 } MD5_CTX;
 
-void MD5Init ();
-void MD5Update ();
-void MD5Final ();
+void MD5_Init ();
+void MD5_Update ();
+void MD5_Final ();
 
 #define __MD5_INCLUDE__
 #endif /* __MD5_INCLUDE__ */