diff options
author | erwin <erwin@FreeBSD.org> | 2005-12-25 22:43:35 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-12-25 22:43:35 +0800 |
commit | 96dfbb51fa09667f2be3a0df5673015a68a2ee0b (patch) | |
tree | 81d9e7de7412f50b388e76f002e3f171b6ae519e /security/p5-Crypt-IDEA | |
parent | f3dda1bbf0ee3963736a77ed5db084e588a2e57b (diff) | |
download | freebsd-ports-gnome-96dfbb51fa09667f2be3a0df5673015a68a2ee0b.tar.gz freebsd-ports-gnome-96dfbb51fa09667f2be3a0df5673015a68a2ee0b.tar.zst freebsd-ports-gnome-96dfbb51fa09667f2be3a0df5673015a68a2ee0b.zip |
Remove patch that should have been removed in the last commit, which updated
this port to 1.06
Submitted by: pointyhat (kris)
Pointy Christmas hat to: erwin
Diffstat (limited to 'security/p5-Crypt-IDEA')
-rw-r--r-- | security/p5-Crypt-IDEA/files/patch-_idea.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/p5-Crypt-IDEA/files/patch-_idea.c b/security/p5-Crypt-IDEA/files/patch-_idea.c deleted file mode 100644 index 7d953b542bd8..000000000000 --- a/security/p5-Crypt-IDEA/files/patch-_idea.c +++ /dev/null @@ -1,11 +0,0 @@ ---- _idea.c.orig Sun Jan 19 11:37:03 2003 -+++ _idea.c Sun Jan 19 11:37:14 2003 -@@ -5,7 +5,7 @@ - - #include "idea.h" - --#include <endian.h> -+#include <machine/endian.h> - - #define KEYS_PER_ROUND 6 - #define ROUNDS 8 |