X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fmd5.h;h=57908dd44ccac06be22bd0924008016aa020b665;hb=c2134507ca4699d192d79337a8fd2e947803dad9;hp=7492b2228e2bee024cfca3e5a73dc9567ef265bd;hpb=0dcd8b3af72b0f9fe572b2e7f2bc7c0fa02bbf5e;p=ppp.git diff --git a/pppd/md5.h b/pppd/md5.h index 7492b22..57908dd 100644 --- a/pppd/md5.h +++ b/pppd/md5.h @@ -40,7 +40,14 @@ #ifndef __MD5_INCLUDE__ /* typedef a 32-bit type */ +#ifdef _LP64 typedef unsigned int UINT4; +typedef int INT4; +#else +typedef unsigned long UINT4; +typedef long INT4; +#endif +#define _UINT4_T /* Data structure for MD5 (Message-Digest) computation */ typedef struct {