opnsense-ports/devel/simgear/files/patch-simgear-package-md5.h
Franco Fichtner 76ca447bcd */*: sync with upstream
Taken from: HardenedBSD
2020-06-02 04:19:05 +02:00

11 lines
285 B
C

--- simgear/package/md5.h.orig 2020-05-22 20:11:33 UTC
+++ simgear/package/md5.h
@@ -23,6 +23,8 @@
typedef unsigned char u_int8_t;
typedef unsigned int u_int32_t;
typedef unsigned __int64 u_int64_t;
+#else
+#include <sys/types.h>
#endif
#define MD5_BLOCK_LENGTH 64