--- md5/md5.c.orig	2020-03-10 02:02:12 +0000
+++ md5/md5.c	2020-03-10 02:02:39 +0000
@@ -47,12 +47,6 @@
 #include "md5.h"
 #include <string.h>
 
-/* endianness check using glibc endian.h */
-#ifdef __APPLE__
-# include <machine/endian.h>
-#else
-# include <endian.h>
-#endif
 
 #if __BYTE_ORDER == __BIG_ENDIAN
 # define ARCH_IS_BIG_ENDIAN 1
