opnsense-ports/net/libvncserver/files/patch-common_md5.c
Franco Fichtner 71f67c4cce */*: sync with upstream
Taken from: HardenedBSD
2017-07-06 06:48:36 +02:00

11 lines
242 B
C

--- common/md5.c.orig 2017-07-05 07:48:23 UTC
+++ common/md5.c
@@ -29,7 +29,7 @@
#include "md5.h"
/* #ifdef _LIBC */
-# include <endian.h>
+# include <sys/endian.h>
# if __BYTE_ORDER == __BIG_ENDIAN
# define WORDS_BIGENDIAN 1
# endif