summaryrefslogtreecommitdiffstats
path: root/lib/libmd/md5c.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libmd/md5c.c')
-rw-r--r--lib/libmd/md5c.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libmd/md5c.c b/lib/libmd/md5c.c
index 5c35b5b..ed4a7b6 100644
--- a/lib/libmd/md5c.c
+++ b/lib/libmd/md5c.c
@@ -24,12 +24,13 @@ These notices must be retained in any copies of any part of this
documentation and/or software.
*/
-#include "md5.h"
+#include <sys/types.h>
#include <string.h>
+#include "md5.h"
typedef unsigned char *POINTER;
-typedef unsigned short int UINT2;
-typedef unsigned long int UINT4;
+typedef u_int16_t UINT2;
+typedef u_int32_t UINT4;
#define PROTO_LIST(list) list
OpenPOWER on IntegriCloud