X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fmd5.c;h=f1291ce1bd72fde3be4e2b1133193130d1cd274e;hp=20397603834b8f4c1226befa324f6722a1771101;hb=36733a891fb56594fcee580f667b33a64b990981;hpb=fd72d1cb02044e3ec19193206e22082fc4faca48 diff --git a/pppd/md5.c b/pppd/md5.c index 2039760..f1291ce 100644 --- a/pppd/md5.c +++ b/pppd/md5.c @@ -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,