]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/md5.c
Remove various warnings, fix pppol2tp install
[ppp.git] / pppd / md5.c
index 20397603834b8f4c1226befa324f6722a1771101..f1291ce1bd72fde3be4e2b1133193130d1cd274e 100644 (file)
@@ -48,7 +48,7 @@
  */
 
 /* forward declaration */
-static void Transform ();
+static void Transform (UINT4 *buf, UINT4 *in);
 
 static unsigned char PADDING[64] = {
   0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,