From 0dcd8b3af72b0f9fe572b2e7f2bc7c0fa02bbf5e Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Mon, 24 Apr 1995 05:55:19 +0000 Subject: [PATCH] use unsigned int rather than unsigned long int for 32-bit type --- pppd/md5.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.2