mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
12 lines
215 B
Plaintext
12 lines
215 B
Plaintext
--- idea.c.orig Sun Apr 23 03:51:49 2000
|
|
+++ idea.c Sun Apr 23 03:51:27 2000
|
|
@@ -5,7 +5,7 @@
|
|
|
|
#include "idea.h"
|
|
|
|
-#include <endian.h>
|
|
+#include <machine/endian.h>
|
|
|
|
#define KEYS_PER_ROUND 6
|
|
#define ROUNDS 8
|