You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
333 B
12 lines
333 B
Index: md5/md5.c |
|
--- md5/md5.c.orig 2022-01-19 19:07:47.000000000 +0100 |
|
+++ md5/md5.c 2023-11-05 23:20:27.439493000 +0100 |
|
@@ -48,7 +48,7 @@ |
|
#include <string.h> |
|
|
|
/* endianness check using glibc endian.h */ |
|
-#ifdef __APPLE__ |
|
+#if defined(__APPLE__) || defined(__FreeBSD__) |
|
# include <machine/endian.h> |
|
#else |
|
# include <endian.h>
|
|
|