1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/security/p5-Crypt-IDEA/files/patch-aa

12 lines
215 B
Plaintext
Raw Normal View History

2000-04-22 22:11:37 +00:00
--- idea.c.orig Sun Apr 23 03:51:49 2000
+++ idea.c Sun Apr 23 03:51:27 2000
@@ -5,7 +5,7 @@
1998-09-26 18:51:23 +00:00
2000-04-22 22:11:37 +00:00
#include "idea.h"
1998-09-26 18:51:23 +00:00
2000-04-22 22:11:37 +00:00
-#include <endian.h>
+#include <machine/endian.h>
#define KEYS_PER_ROUND 6
#define ROUNDS 8