diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-04-22 22:11:37 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-04-22 22:11:37 +0000 |
commit | 9119d28ec2206c9af8317c2674a796d9e0f87a98 (patch) | |
tree | 5ed3ee524cfe543add0009e4480aec8a48d8c090 /security/p5-Crypt-IDEA/files | |
parent | af05857d78531da422787bcba6789f0f76f1cae7 (diff) | |
download | ports-9119d28ec2206c9af8317c2674a796d9e0f87a98.tar.gz ports-9119d28ec2206c9af8317c2674a796d9e0f87a98.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-IDEA/files')
-rw-r--r-- | security/p5-Crypt-IDEA/files/patch-aa | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/security/p5-Crypt-IDEA/files/patch-aa b/security/p5-Crypt-IDEA/files/patch-aa index 2fdceb4fa182..1f00e8f01a6d 100644 --- a/security/p5-Crypt-IDEA/files/patch-aa +++ b/security/p5-Crypt-IDEA/files/patch-aa @@ -1,8 +1,11 @@ ---- idea.h.ORIG Sat Sep 26 15:55:53 1998 -+++ idea.h Sat Sep 26 15:56:43 1998 -@@ -1,4 +1,4 @@ --#include <machine/types.h> -+#include <sys/types.h> +--- idea.c.orig Sun Apr 23 03:51:49 2000 ++++ idea.c Sun Apr 23 03:51:27 2000 +@@ -5,7 +5,7 @@ - #define IDEA_KS_SIZE 104 + #include "idea.h" +-#include <endian.h> ++#include <machine/endian.h> + + #define KEYS_PER_ROUND 6 + #define ROUNDS 8 |