]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/md5.h
add /etc/ppp/peers
[ppp.git] / 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 {