From: Paul Mackerras Date: Mon, 24 Apr 1995 05:55:19 +0000 (+0000) Subject: use unsigned int rather than unsigned long int for 32-bit type X-Git-Tag: RELEASE_2_3_6~778 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=0dcd8b3af72b0f9fe572b2e7f2bc7c0fa02bbf5e;ds=inline use unsigned int rather than unsigned long int for 32-bit type --- 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 {