summaryrefslogtreecommitdiffstats
path: root/loader2/md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader2/md5.h')
-rw-r--r--loader2/md5.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/loader2/md5.h b/loader2/md5.h
index e376124ec..fb6bf20a9 100644
--- a/loader2/md5.h
+++ b/loader2/md5.h
@@ -3,11 +3,7 @@
#include <sys/types.h>
-#ifdef DIET
-typedef uint32_t uint32;
-#else
typedef u_int32_t uint32;
-#endif
struct MD5Context {
uint32 buf[4];