diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-04 12:19:10 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-04 12:19:10 +0000 |
commit | c667d1522bdbeb2e53cec1e8a732f43d4726c0ae (patch) | |
tree | 143193f0cb54ad84e9d328f30d535f3105414042 /security/p5-Crypt-IDEA/files/patch-_idea.c | |
parent | maintainer-update www/p5-CGI-Session to 3.11 (diff) |
update security/p5-Crypt-IDEA to 1.02
- update to 1.02
- add WWW
- take maintainership
PR: ports/47210
Submitted by: Erwin Lansing <erwin@lansing.dk>
Notes
Notes:
svn path=/head/; revision=74651
Diffstat (limited to 'security/p5-Crypt-IDEA/files/patch-_idea.c')
-rw-r--r-- | security/p5-Crypt-IDEA/files/patch-_idea.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/p5-Crypt-IDEA/files/patch-_idea.c b/security/p5-Crypt-IDEA/files/patch-_idea.c new file mode 100644 index 000000000000..7d953b542bd8 --- /dev/null +++ b/security/p5-Crypt-IDEA/files/patch-_idea.c @@ -0,0 +1,11 @@ +--- _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 |