Added
Link Here
|
1 |
--- h/md5.h.orig 1999-02-09 11:30:00 UTC |
2 |
+++ h/md5.h |
3 |
@@ -20,11 +20,15 @@ typedef unsigned short int UINT2; |
4 |
typedef unsigned short int UINT2; |
5 |
|
6 |
/* UINT4 defines a four byte word */ |
7 |
+#if 0 |
8 |
#ifndef __alpha |
9 |
typedef unsigned long int UINT4; |
10 |
#else |
11 |
typedef unsigned int UINT4; |
12 |
#endif |
13 |
+#endif |
14 |
+#include <sys/types.h> |
15 |
+typedef uint32_t UINT4; |
16 |
|
17 |
/* PROTO_LIST is defined depending on how PROTOTYPES is defined above. |
18 |
If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it |