X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fmd5.h;h=7492b2228e2bee024cfca3e5a73dc9567ef265bd;hp=535b18d4b730016ae7252abca70201e3f35c2e2e;hb=31b4bba68d46b38119fd8620ee09ff7f8831f4b5;hpb=0b63a24d54ba4708c88e31bdd74b0145956c1478 diff --git a/pppd/md5.h b/pppd/md5.h index 535b18d..7492b22 100644 --- a/pppd/md5.h +++ b/pppd/md5.h @@ -40,7 +40,7 @@ #ifndef __MD5_INCLUDE__ /* typedef a 32-bit type */ -typedef unsigned long int UINT4; +typedef unsigned int UINT4; /* Data structure for MD5 (Message-Digest) computation */ typedef struct {