]> git.ozlabs.org Git - ppp.git/commitdiff
use unsigned int rather than unsigned long int for 32-bit type
authorPaul Mackerras <paulus@samba.org>
Mon, 24 Apr 1995 05:55:19 +0000 (05:55 +0000)
committerPaul Mackerras <paulus@samba.org>
Mon, 24 Apr 1995 05:55:19 +0000 (05:55 +0000)
pppd/md5.h

index 535b18d4b730016ae7252abca70201e3f35c2e2e..7492b2228e2bee024cfca3e5a73dc9567ef265bd 100644 (file)
@@ -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 {