Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 244480 | Differences between
and this patch

Collapse All | Expand All

(-)md5auth/global.h (-1 / +1 lines)
Lines 17-23 Link Here
17
typedef unsigned short int UINT2;
17
typedef unsigned short int UINT2;
18
18
19
/* UINT4 defines a four byte word */
19
/* UINT4 defines a four byte word */
20
typedef unsigned long int UINT4;
20
typedef unsigned int UINT4;
21
21
22
/* PROTO_LIST is defined depending on how PROTOTYPES is defined above.
22
/* PROTO_LIST is defined depending on how PROTOTYPES is defined above.
23
If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it
23
If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it

Return to bug 244480