X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fmd5.h;h=57908dd44ccac06be22bd0924008016aa020b665;hp=7492b2228e2bee024cfca3e5a73dc9567ef265bd;hb=f7f3636134176758c561855d77fb165646949916;hpb=0dcd8b3af72b0f9fe572b2e7f2bc7c0fa02bbf5e 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 {