projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3c8051
)
use unsigned int rather than unsigned long int for 32-bit type
author
Paul Mackerras
<paulus@samba.org>
Mon, 24 Apr 1995 05:55:19 +0000
(
05:55
+0000)
committer
Paul Mackerras
<paulus@samba.org>
Mon, 24 Apr 1995 05:55:19 +0000
(
05:55
+0000)
pppd/md5.h
patch
|
blob
|
history
diff --git
a/pppd/md5.h
b/pppd/md5.h
index 535b18d4b730016ae7252abca70201e3f35c2e2e..7492b2228e2bee024cfca3e5a73dc9567ef265bd 100644
(file)
--- 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 {